[libc-commits] [libc] [libc] Use -fno-math-errno to for __builtin_fma* to generate fma instructions. (PR #124200)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Jan 23 16:08:27 PST 2025


https://github.com/jhuber6 approved this pull request.

Hm, I thought that the whole point of the llvm instrinsics was they they didn't have errno behavior. I'm guessing we could enable this by default, but we can see later.

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


More information about the libc-commits mailing list