[llvm-branch-commits] [libc] [llvm] [libc] Make next-type functions use the emulated float128 type (PR #217575)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 21 05:26:36 PDT 2026
================
@@ -4085,6 +4085,7 @@ add_fp_unittest(
NextAfterTest.h
DEPENDS
libc.hdr.fenv_macros
+ libc.src.__support.FPUtil.float128
libc.src.math.nextafterf128
libc.src.__support.CPP.bit
libc.src.__support.FPUtil.fenv_impl
----------------
Sukumarsawant wrote:
```suggestion
libc.hdr.fenv_macros
libc.src.math.nextafterf128
libc.src.__support.CPP.bit
libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.float128
```
https://github.com/llvm/llvm-project/pull/217575
More information about the llvm-branch-commits
mailing list