[llvm-branch-commits] [libc] [llvm] [libc] Make fmaximum_mag/fminimum_mag functions use the emulated float128 type (PR #217539)

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


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

```suggestion
#include "FMaximumMagTest.h"

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

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


More information about the llvm-branch-commits mailing list