[llvm-branch-commits] [libc] [llvm] [libc] Make fmaximum/fminimum functions use the emulated float128 type (PR #217390)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 21 05:09:55 PDT 2026


================
@@ -7,7 +7,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "FMaximumTest.h"
+#include "src/__support/FPUtil/float128.h"
 
----------------
Sukumarsawant wrote:

```suggestion

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

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


More information about the llvm-branch-commits mailing list