[libc-commits] [libc] [llvm] [libc] Make canonicalizef128, modff128 and remquof128 use the emulated float128 type (PR #223769)
Aditya Goyal via libc-commits
libc-commits at lists.llvm.org
Wed Sep 16 00:46:43 PDT 2026
goyaladitya05 wrote:
> Also add new headers for them, and check if they can have MPFR tests (src/math ones) also don't forget to add those mpfr tests entries in bazel too.
@Sukumarsawant I've done the changes. I added MPFR tests for modff128 and remquof128 with bazel entries, but canonicalize has no MPFR op, so it's smoke only.
https://github.com/llvm/llvm-project/pull/223769
More information about the libc-commits
mailing list