-
Notifications
You must be signed in to change notification settings - Fork 290
arm64 improvements for x86 clmul & fma #1350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
4eb59d6 to
df7679f
Compare
df7679f to
c0e656d
Compare
Co-authored-by: Victor Shoup <[email protected]>
c0e656d to
b64f00a
Compare
… try out macos-26
b64f00a to
449290c
Compare
|
I tried using this PR on my macbook. The FMA code works perfectly now. I'm not sure if it's possible to update my compiler really, and I wouldn't expect others to do so either. $ gcc --version |
|
I suppose I could "brew install gcc"...I think I've done this in the past on another machine...I always get a bit nervous doing that...or do you think I'm generally better off this way? |
|
More feedback... I installed gcc-15 using homebrew. My PCLMUL code now fails to compile:
Note that the calling code is just this: Not sure what to make of this... I'm not in a rush, though...I will be happy to help in any way I can... |
As inspired by @victorshoup in #1349 #1348