[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:23:43 PDT 2026
================
@@ -7,7 +7,12 @@
//===----------------------------------------------------------------------===//
#include "NextAfterTest.h"
+#include "src/__support/FPUtil/float128.h"
#include "src/math/nextafterf128.h"
----------------
Sukumarsawant wrote:
```suggestion
#include "NextAfterTest.h"
#include "src/__support/FPUtil/float128.h"
#include "src/math/nextafterf128.h"
```
https://github.com/llvm/llvm-project/pull/217575
More information about the llvm-branch-commits
mailing list