[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


================
@@ -7,7 +7,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "FromfpTest.h"
+#include "src/__support/FPUtil/float128.h"
 
 #include "src/math/fromfpf128.h"
----------------
overmighty wrote:

Nit: formatting.

```suggestion
#include "FromfpTest.h"

#include "src/__support/FPUtil/float128.h"
#include "src/math/fromfpf128.h"
```

https://github.com/llvm/llvm-project/pull/216578


More information about the libc-commits mailing list