mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-06 21:04:44 +02:00
ci: add SSE4 support for tagged Qt builds
This commit is contained in:
committed by
Tyler Wilding
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user