On Sat, 22 Feb 2025, Jacek Caban wrote:

---
mingw-w64-crt/math/x86/pow.def.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/mingw-w64-crt/math/x86/pow.def.h b/mingw-w64-crt/math/x86/pow.def.h
index 0cf0739fe..f8c715abd 100644
--- a/mingw-w64-crt/math/x86/pow.def.h
+++ b/mingw-w64-crt/math/x86/pow.def.h
@@ -69,11 +69,8 @@
#include "../complex/complex_internal.h"
#include <errno.h>
#include <limits.h>
-#include <fenv.h>
#include <math.h>
#include <errno.h>
-#define FE_ROUNDING_MASK \
-  (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)

The rest of this patchset looks ok. I presume you've testrun it with the "ci" setup, which includes the llvm-mingw test? In that case it's ok.

// Martin



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to