Merge pull request #7976 from fredemmott/sandybridge

Add support for -march=sandybridge
This commit is contained in:
Jonathan Chang 2020-07-11 22:22:56 +10:00 committed by GitHub
commit bce52710da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "",