-
-
Notifications
You must be signed in to change notification settings - Fork 211
Header <intrin.h> is incompatible with Clang 19 #443
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
Comments
Thanks for the report, I sent a patch to fix this issue at https://sourceforge.net/p/mingw-w64/mailman/message/58800445/. |
Thanks for the fix 👍 |
github-actions bot
pushed a commit
to smalltalkman/mingw-w64
that referenced
this issue
Jul 29, 2024
Clang 19 has removed all support for 3dnow, see llvm/llvm-project@f0eb558 and llvm/llvm-project#96246. Since this commit, including the mm3dnow.h header still works, but it produces a warning about the header being deprecated. As 3DNow! has been deprecated for a very long time, stop including this header, for all compiler configurations. This issue was reported in mstorsjo/llvm-mingw#443. Signed-off-by: Martin Storsjö <[email protected]>
Closed this as the patch has been committed. |
nak5124
pushed a commit
to nak5124/MinGW-ld64
that referenced
this issue
Jul 31, 2024
Clang 19 has removed all support for 3dnow, see llvm/llvm-project@f0eb558 and llvm/llvm-project#96246. Since this commit, including the mm3dnow.h header still works, but it produces a warning about the header being deprecated. As 3DNow! has been deprecated for a very long time, stop including this header, for all compiler configurations. This issue was reported in mstorsjo/llvm-mingw#443. Signed-off-by: Martin Storsjö <[email protected]>
nak5124
pushed a commit
to nak5124/MinGW-ld64
that referenced
this issue
Jul 31, 2024
Clang 19 has removed all support for 3dnow, see llvm/llvm-project@f0eb558 and llvm/llvm-project#96246. Since this commit, including the mm3dnow.h header still works, but it produces a warning about the header being deprecated. As 3DNow! has been deprecated for a very long time, stop including this header, for all compiler configurations. This issue was reported in mstorsjo/llvm-mingw#443. Signed-off-by: Martin Storsjö <[email protected]>
jaavid
pushed a commit
to J-Androids/superproject
that referenced
this issue
Feb 10, 2025
Clang 19 has removed all support for 3dnow, see llvm/llvm-project@f0eb558 and llvm/llvm-project#96246. Since this commit, including the mm3dnow.h header still works, but it produces a warning about the header being deprecated. As 3DNow! has been deprecated for a very long time, stop including this header, for all compiler configurations. This issue was reported in mstorsjo/llvm-mingw#443. Cherry-picked from mirror/mingw-w64@36c6211 Bug: http://b/388603030 Test: presubmit Signed-off-by: Martin Storsjö <[email protected]> Change-Id: Ieac324c6ef8b62c2eb2b010376ff1cc845901f4b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test case:
The text was updated successfully, but these errors were encountered: