os/mac/hardware: remove TODO.
As discussed in #15938, this TODO can pretty much never be done so doesn't make sense to leave as-is.
This commit is contained in:
parent
ec9bb2fe68
commit
f30788018c
@ -11,13 +11,9 @@ module Hardware
|
|||||||
end
|
end
|
||||||
if CPU.arch == :arm64
|
if CPU.arch == :arm64
|
||||||
:arm_vortex_tempest
|
:arm_vortex_tempest
|
||||||
# TODO: this cannot be re-enabled until either Rosetta 2 supports AVX
|
# This cannot use a newer CPU e.g. ivybridge because Rosetta 2 does not
|
||||||
# instructions in bottles or Homebrew refuses to run under Rosetta 2 (when
|
# support AVX instructions in bottles:
|
||||||
# ARM support is sufficiently complete):
|
|
||||||
# https://github.com/Homebrew/homebrew-core/issues/67713
|
# https://github.com/Homebrew/homebrew-core/issues/67713
|
||||||
#
|
|
||||||
# elsif version >= :big_sur
|
|
||||||
# :ivybridge
|
|
||||||
elsif version >= :mojave
|
elsif version >= :mojave
|
||||||
:nehalem
|
:nehalem
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user