<complex>: use hardware FMA on Clang too - #5721
<complex>: use hardware FMA on Clang too#5721Stephan T. Lavavej (StephanTLavavej) merged 3 commits into
<complex>: use hardware FMA on Clang too#5721Conversation
Co-authored-by: philnik777 <philnik777@users.noreply.github.com>
|
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 Nikolas Klauser (@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. |
2510fe9
into
microsoft:main
|
Thanks for multiplying and adding to the compilers where we use these intrinsics! 😹 ✖️ ➕ |
Yes it does not compile without
[[gnu::target("fma")]]magic spell.