mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-04-22 03:57:21 +02:00
Update POCO to 1.11.0
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
#ifdef MY_CPU_X86_OR_AMD64
|
||||
|
||||
#if (defined(_MSC_VER) && !defined(MY_CPU_AMD64)) || defined(__GNUC__)
|
||||
#if (defined(_MSC_VER) && !defined(MY_CPU_AMD64)) || defined(__GNUC__) || defined(__clang__)
|
||||
#define USE_ASM
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user