Skip to content
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

Error when I cross compile for arm64 under Windows #361

Open
jimwang118 opened this issue Oct 12, 2023 · 2 comments
Open

Error when I cross compile for arm64 under Windows #361

jimwang118 opened this issue Oct 12, 2023 · 2 comments

Comments

@jimwang118
Copy link

C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.37.32822\include\xmmintrin.h(27): fatal error C1189: #error: This header is specific to X86, X64, ARM64, and ARM64EC targets

@richgel999
Copy link
Contributor

I think the only file (of ours) that would include this is in basisu_kernals_sse.cpp. Can you try setting BASISU_SUPPORT_SSE to 0 and building again?

@jimwang118
Copy link
Author

I think the only file (of ours) that would include this is in basisu_kernals_sse.cpp. Can you try setting BASISU_SUPPORT_SSE to 0 and building again?

Setting BASISU_SUPPORT_SSE to 0 still gives the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants