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 ||= {
|
@optimization_flags ||= {
|
||||||
native: arch_flag("native"),
|
native: arch_flag("native"),
|
||||||
nehalem: "-march=nehalem",
|
nehalem: "-march=nehalem",
|
||||||
|
sandybridge: "-march=sandybridge",
|
||||||
core2: "-march=core2",
|
core2: "-march=core2",
|
||||||
core: "-march=prescott",
|
core: "-march=prescott",
|
||||||
arm_vortex_tempest: "",
|
arm_vortex_tempest: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user