On Saturday 30 May 2026 09:25:18 Kirill Makurin wrote: > Xuntao Chi <[email protected]> wrote: > > > fegetenv and fegetexceptflag read MXCSR via __mingw_setfp_sse(). > > On i386 targets without SSE support, this can fault. Keep the SSE status > > word zeroed and only read it when __mingw_has_sse() reports support. > > Pali (CC'd) is working on fixing these issues as a part of larger changes; > they are almost finished and we just need to double check that everything is > working fine. > > - Kirill Makurin
More SSE changes are prepared for fixing the SSE support and currently are begin tested that they do not break anything. This __mingw_has_sse() change is exactly same as one changes which I have prepared. So I think it even should not cause any merge conflict or other issue if would be applied earlier. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
