[llvm] [X86] Consistently use f128 libcalls (PR #142386)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 2 19:46:14 PDT 2025
phoebewang wrote:
> > Which part do you have in mind? That the f128 libcalls also get used on x86-32?
>
> Yes - does this match gcc behaviour btw?
Seems [libquadmath](https://gcc.gnu.org/onlinedocs/libquadmath/Math-Library-Routines.html) uses `q` suffix. Why we use `f128` here?
https://github.com/llvm/llvm-project/pull/142386
More information about the llvm-commits
mailing list