We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8589f20 commit f995960Copy full SHA for f995960
internal/detect_platform.h
@@ -20,7 +20,7 @@
20
21
// Our inline assembly path assume GCC/Clang syntax.
22
// Native Client doesn't seem to support inline assembly(?).
23
-#if defined(__GNUC__) && !defined(__native_client__)
+#if (defined(__GNUC__) || defined(__clang__)) && !defined(__native_client__)
24
#define GEMMLOWP_ALLOW_INLINE_ASM
25
#endif
26
0 commit comments