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:
Mike McQuaid 2023-09-02 21:36:26 -04:00
parent ec9bb2fe68
commit f30788018c
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -11,13 +11,9 @@ module Hardware
end
if CPU.arch == :arm64
:arm_vortex_tempest
# TODO: this cannot be re-enabled until either Rosetta 2 supports AVX
# instructions in bottles or Homebrew refuses to run under Rosetta 2 (when
# ARM support is sufficiently complete):
# This cannot use a newer CPU e.g. ivybridge because Rosetta 2 does not
# support AVX instructions in bottles:
# https://github.com/Homebrew/homebrew-core/issues/67713
#
# elsif version >= :big_sur
# :ivybridge
elsif version >= :mojave
:nehalem
else