OPTIMIZATION_FLAGS: Use -march=native for Penryn
Use -march=native for Penryn as for other systems rather than -march=core2 -msse4.1.
This commit is contained in:
parent
b7e7b5b5c9
commit
ecb2246ab0
@ -9,7 +9,6 @@ module Hardware
|
|||||||
|
|
||||||
class << self
|
class << self
|
||||||
OPTIMIZATION_FLAGS = {
|
OPTIMIZATION_FLAGS = {
|
||||||
penryn: "-march=core2 -msse4.1",
|
|
||||||
core2: "-march=core2",
|
core2: "-march=core2",
|
||||||
core: "-march=prescott",
|
core: "-march=prescott",
|
||||||
dunno: "-march=native",
|
dunno: "-march=native",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user