ci: add SSE4 support for tagged Qt builds

This commit is contained in:
Tyler Wilding 2022-05-22 13:18:37 -04:00 committed by Tyler Wilding
parent e283831841
commit dafef46a1b
1 changed files with 2 additions and 0 deletions

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