[libc-commits] [libc] [libc] Modify `fromfpf128`, `fromfpxf128`, `ufromfpf128` and `ufromfpxf128` to use emulated Float128 type (PR #216578)
via libc-commits
libc-commits at lists.llvm.org
Mon Aug 24 19:15:33 PDT 2026
================
@@ -527,9 +529,11 @@ set(TARGET_LIBM_ENTRYPOINTS
# FIXME: Broken.
# libc.src.math.ufromfp
# libc.src.math.ufromfpf
+ #libc.src.math.ufromfpf128
# libc.src.math.ufromfpl
# libc.src.math.ufromfpx
# libc.src.math.ufromfpxf
+ #libc.src.math.ufromfpxf128
----------------
overmighty wrote:
```suggestion
# libc.src.math.ufromfpxf128
```
https://github.com/llvm/llvm-project/pull/216578
More information about the libc-commits
mailing list