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 feb836f commit da9ee61Copy full SHA for da9ee61
src/libblastrampoline.c
@@ -35,7 +35,7 @@ __attribute__((always_inline)) inline uintptr_t get_forward_name_idx() {
35
#elif defined(ARCH_powerpc64le)
36
asm("\t addi %0,11,0" : "=r"(idx));
37
#elif defined(ARCH_riscv64)
38
- asm("\t mov %%t4,%0" : "=r"(idx));
+ asm("\t mv %0,t4" : "=r"(idx));
39
#elif defined(ARCH_x86_64)
40
asm("\t movq %%r10,%0" : "=r"(idx));
41
#else
0 commit comments