Closed alexrp closed 1 week ago
It works fine when using
apple_a14
instead ofbaseline
.
since this is a proprietary operating system and apple_a14
is the oldest chip it has been released with, im not sure what the action item is here
baseline
is the default CPU targeted by the compiler. It should either just work or something should be changed in the compiler to pick apple_a14
as the actual baseline when targeting aarch64-macos-*
. I don't particularly mind which.
Using:
./build aarch64-macos-none baseline
It works fine when using
apple_a14
instead ofbaseline
.