BinomialLLC/basis_universal

Error when I cross compile for arm64 under Windows

jimwang118 opened this issue · 2 comments

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

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?

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.