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 8a2f20a commit 6ee9281Copy full SHA for 6ee9281
arch/riscv/include/asm/runtime-const.h
@@ -56,6 +56,7 @@
56
#define RISCV_RUNTIME_CONST_64_ZBA \
57
".option push\n\t" \
58
".option arch,+zba\n\t" \
59
+ ".option norvc\n\t" \
60
"slli %[__tmp],%[__tmp],32\n\t" \
61
"add.uw %[__ret],%[__ret],%[__tmp]\n\t" \
62
"nop\n\t" \
@@ -65,6 +66,7 @@
65
66
#define RISCV_RUNTIME_CONST_64_ZBKB \
67
68
".option arch,+zbkb\n\t" \
69
70
"pack %[__ret],%[__ret],%[__tmp]\n\t" \
71
72
0 commit comments