-
Notifications
You must be signed in to change notification settings - Fork 1.6k
<complex>
: use hardware FMA on Clang too
#5721
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
<complex>
: use hardware FMA on Clang too
#5721
Conversation
Co-authored-by: philnik777 <[email protected]>
Thanks for figuring out the magic incantation here! 😻 I observe that this is inconsistent with the spelling of Line 33 in 43e96b2
|
If you want consistency, I'd change The spell in
|
Oh, all I meant was the spelling of |
Aha! It was suggested by @philnik777. Makes sense as a defense from user's macro, |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for multiplying and adding to the compilers where we use these intrinsics! 😹 ✖️ ➕ |
Yes it does not compile without
[[gnu::target("fma")]]
magic spell.