Merge pull request #2312 from MikeMcQuaid/hardware-dunno-native
hardware: use march=native for generic module.
This commit is contained in:
commit
7e5b2fb4fa
@ -12,7 +12,7 @@ module Hardware
|
|||||||
penryn: "-march=core2 -msse4.1",
|
penryn: "-march=core2 -msse4.1",
|
||||||
core2: "-march=core2",
|
core2: "-march=core2",
|
||||||
core: "-march=prescott",
|
core: "-march=prescott",
|
||||||
dunno: "",
|
dunno: "-march=native",
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
def optimization_flags
|
def optimization_flags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user