[libc-commits] [libc] [llvm] [libc] Modify `rint` functions to use emulated Float128 type (PR #217070)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 20 09:52:24 PDT 2026
================
@@ -7,8 +7,13 @@
//===----------------------------------------------------------------------===//
#include "RoundToIntegerTest.h"
+#include "src/__support/FPUtil/float128.h"
#include "src/math/llrintf128.h"
----------------
overmighty wrote:
Nit:
```suggestion
#include "RoundToIntegerTest.h"
#include "src/__support/FPUtil/float128.h"
#include "src/math/llrintf128.h"
```
https://github.com/llvm/llvm-project/pull/217070
More information about the libc-commits
mailing list