MSBuild: Support creating legacy SSE2 builds

This commit is contained in:
Stenzek
2024-09-23 21:11:56 +10:00
parent ed7a9e2f8c
commit b971125469
6 changed files with 263 additions and 120 deletions

View File

@ -25,7 +25,7 @@
#elif defined(__AVX__)
#define CPU_ARCH_AVX 1
#define CPU_ARCH_SSE41 1
#elif defined(__SSE4_1__) || defined(_MSC_VER)
#elif defined(__SSE4_1__)
#define CPU_ARCH_SSE41 1
#endif
#elif defined(CPU_ARCH_ARM32) || defined(CPU_ARCH_ARM64)