You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Visual Studio 2022 ARM64EC target the compiler complains about
error C7302: AVX types (__m256) are not currently supported in ARM64EC code
error C7303: AVX512 types (__m512) are not currently supported in ARM64EC code
when I #ifdef everything that looks like avx2/avx512 code, VLOAD() get raw_mults[0] which is null.
So before digging deeper I would like to ask whether any solution already exist to build on ARM64EC.
The text was updated successfully, but these errors were encountered:
In Visual Studio 2022 ARM64EC target the compiler complains about
error C7302: AVX types (__m256) are not currently supported in ARM64EC code
error C7303: AVX512 types (__m512) are not currently supported in ARM64EC code
when I #ifdef everything that looks like avx2/avx512 code, VLOAD() get raw_mults[0] which is null.
So before digging deeper I would like to ask whether any solution already exist to build on ARM64EC.
The text was updated successfully, but these errors were encountered: