Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upi686-apple-darwin chooses a pre-pentiumpro cpu by default #53423
Comments
estebank
added
A-LLVM
I-slow
O-macos
labels
Jan 19, 2019
gnzlbg
referenced this issue
Mar 16, 2019
Open
Tracking issue for hint::spin_loop (renamed sync::atomic::spin_loop_hint) #55002
This comment has been minimized.
This comment has been minimized.
|
This appears to be fixed now: https://rust.godbolt.org/z/UqjUHQ the default CPU is "yonah". |
gnzlbg
closed this
Mar 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gnzlbg commentedAug 16, 2018
•
edited
The first 32-bit x86 apple machine used the "yonah" CPU, but we (and clang) set a generic i686 CPU instead that has no MMX, no SSE, etc.
This is also clang bug: https://bugs.llvm.org/show_bug.cgi?id=38594
We should wait and see how clang resolves this bug before doing anything.