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 e94cc54 commit e85d84eCopy full SHA for e85d84e
emscripten/pixman-wasm.patch
@@ -7,6 +7,8 @@
7
-#if defined (__GNUC__)
8
+#if defined (__GNUC__) && !defined(__EMSCRIPTEN__)
9
#include <cpuid.h>
10
+ #elif defined(_MSC_VER)
11
+ #include <intrin.h>
12
#endif
13
14
+#if !defined(__EMSCRIPTEN__)
0 commit comments