Yes, it would be perfect, assuming there is only ordered gcc.arch
.
Although it won’t cover well the cases like Thinkpad X220’s
gcc = {
arch = "sandybridge";
extraFlags = ["-mavx"]; # -march=sandybridge alone does not enable AVX
};
Yes, it would be perfect, assuming there is only ordered gcc.arch
.
Although it won’t cover well the cases like Thinkpad X220’s
gcc = {
arch = "sandybridge";
extraFlags = ["-mavx"]; # -march=sandybridge alone does not enable AVX
};