-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTBFS w/ MSYS2 MinGW #2100
Comments
Similar code is guarded differently, compare:
|
I noticed that the guard is fixed as part of #2089 |
Indeed, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both GCC and Clang fail w/
_mm_pow_ps
error on Windows:https://github.com/msys2/MINGW-packages/actions/runs/12086725004/job/33706625136?pr=22697#step:11:512
https://github.com/msys2/MINGW-packages/actions/runs/12086725004/job/33706625435?pr=22697#step:11:510
2.3.x was building just fine w/o patching.
Note that MSYS2 targets
-march=nocona -msahf
(so no SSSE3, SSE4.2, AVX...)The text was updated successfully, but these errors were encountered: