Merge pull request #7976 from fredemmott/sandybridge
Add support for -march=sandybridge
This commit is contained in:
commit
bce52710da
@ -14,6 +14,7 @@ module Hardware
|
||||
@optimization_flags ||= {
|
||||
native: arch_flag("native"),
|
||||
nehalem: "-march=nehalem",
|
||||
sandybridge: "-march=sandybridge",
|
||||
core2: "-march=core2",
|
||||
core: "-march=prescott",
|
||||
arm_vortex_tempest: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user