We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc856de + b285307 commit dd846e7Copy full SHA for dd846e7
2 files changed
common.h
@@ -387,6 +387,10 @@ typedef int blasint;
387
#endif
388
*/
389
390
+#ifdef __EMSCRIPTEN__
391
+#define YIELDING
392
+#endif
393
+
394
#ifndef YIELDING
395
#define YIELDING sched_yield()
396
ctest.c
@@ -173,3 +173,8 @@ HAVE_C11
173
ARCH_E2K
174
175
176
+#if defined(__EMSCRIPTEN__)
177
+ARCH_RISCV64
178
+OS_WINDOWS
179
180
0 commit comments