@@ -372,6 +372,12 @@ typedef int blasint;
#endif
#if defined(ARCH_RISCV64)
#ifndef YIELDING
#define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n");
#ifdef __EMSCRIPTEN__
#define YIELDING
The note is not visible to the blocked user.