mirror of https://github.com/PCSX2/pcsx2.git
ci: add SSE4 support for tagged Qt builds
This commit is contained in:
parent
e283831841
commit
dafef46a1b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue