Merge pull request #15938 from MikeMcQuaid/sonoma_rosetta_2_bottles
os/mac/hardware: remove TODO.
This commit is contained in:
commit
dbc4406e02
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user