extend/os/linux/hardware/cpu: fix typo.
CPU was transformed into a class in 8d995e961f549e555f405d2567235dab53f6baad.
This commit is contained in:
parent
a558629654
commit
57bf33302a
@ -1,6 +1,6 @@
|
||||
module Hardware
|
||||
class CPU
|
||||
extend self
|
||||
class << self
|
||||
|
||||
OPTIMIZATION_FLAGS = {
|
||||
:penryn => "-march=core2 -msse4.1",
|
||||
@ -65,3 +65,4 @@ module Hardware
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user