[llvm-branch-commits] [libc] [llvm] [libc] Make fmaximum_mag_num/fminimum_man_num functions use the emulated float128 type (PR #217549)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 21 05:21:14 PDT 2026
================
@@ -7,7 +7,12 @@
//===----------------------------------------------------------------------===//
#include "FMaximumMagNumTest.h"
+#include "src/__support/FPUtil/float128.h"
#include "src/math/fmaximum_mag_numf128.h"
----------------
Sukumarsawant wrote:
```suggestion
#include "FMaximumMagNumTest.h"
#include "src/__support/FPUtil/float128.h"
#include "src/math/fmaximum_mag_numf128.h"
```
https://github.com/llvm/llvm-project/pull/217549
More information about the llvm-branch-commits
mailing list