Merge pull request #15938 from MikeMcQuaid/sonoma_rosetta_2_bottles

os/mac/hardware: remove TODO.
This commit is contained in:
Mike McQuaid 2023-09-03 09:09:56 -04:00 committed by GitHub
commit dbc4406e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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