[libc-commits] [libc] [llvm] [libc] Make classification functions use the emulated float128 type (PR #217134)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 20 09:59:44 PDT 2026
================
@@ -7,7 +7,12 @@
//===----------------------------------------------------------------------===//
#include "IsNanTest.h"
+#include "src/__support/FPUtil/float128.h"
#include "src/math/isnanf128.h"
----------------
overmighty wrote:
Nit:
```suggestion
#include "IsNanTest.h"
#include "src/__support/FPUtil/float128.h"
#include "src/math/isnanf128.h"
```
https://github.com/llvm/llvm-project/pull/217134
More information about the libc-commits
mailing list