mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
clang support (merge from devel)
This commit is contained in:
parent
c9e2107e96
commit
a690c13df8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user