ci: add SSE4 support for tagged Qt builds

This commit is contained in:
Tyler Wilding
2022-05-22 14:18:50 -04:00
committed by Tyler Wilding
parent e283831841
commit dafef46a1b
+2
View File
@@ -54,6 +54,8 @@
#define UPDATE_PLATFORM_STR "Windows"
#if _M_SSE >= 0x500
#define UPDATE_ADDITIONAL_TAGS "AVX2"
#else
#define UPDATE_ADDITIONAL_TAGS "SSE4"
#endif
#endif