| ... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
| 50 | * On GCC 4.9 we may always include those headers. On older GCCs, we may do it only if CPU | 50 | * On GCC 4.9 we may always include those headers. On older GCCs, we may do it only if CPU |
| 51 | * features used by them are enabled, so we need to check macros like __SSE__ or __MMX__ first. | 51 | * features used by them are enabled, so we need to check macros like __SSE__ or __MMX__ first. |
| 52 | */ | 52 | */ |
| 53 | #if __MINGW_GNUC_PREREQ(4, 9) | 53 | #if __MINGW_GNUC_PREREQ(4, 9) || defined(__clang__) |
| 54 | #define __MINGW_FORCE_SYS_INTRINS | 54 | #define __MINGW_FORCE_SYS_INTRINS |
| 55 | #endif | 55 | #endif |
| 56 | | 56 | |