[libc-commits] [libc] [libc] Use __builtin_elementwise_fma instead of __builtin_fma (PR #126288)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Fri Feb 7 11:05:55 PST 2025


jhuber6 wrote:

> Using `__builtin_elementwise_fma` was suggested in #126025 and in my limited testing does seem to be working but I don't know if there are any downsides to using it over `__builtin_fma`.

They're supposed to support LLVM's vector type AFAIK.

https://github.com/llvm/llvm-project/pull/126288


More information about the libc-commits mailing list