We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581e1d9 commit 6fdad99Copy full SHA for 6fdad99
1 file changed
core/iwasm/aot/arch/aot_reloc_riscv.c
@@ -134,6 +134,7 @@ static SymbolMap target_sym_map[] = {
134
REG_SYM(__eqdf2),
135
REG_SYM(__extendsfdf2),
136
REG_SYM(__fixdfdi),
137
+ REG_SYM(__fixdfsi),
138
REG_SYM(__fixunsdfdi),
139
REG_SYM(__fixunsdfsi),
140
REG_SYM(__floatdidf),
@@ -143,6 +144,7 @@ static SymbolMap target_sym_map[] = {
143
144
REG_SYM(__gedf2),
145
REG_SYM(__gtdf2),
146
REG_SYM(__ledf2),
147
+ REG_SYM(__ltdf2),
148
REG_SYM(__muldf3),
149
REG_SYM(__nedf2),
150
REG_SYM(__negdf2),
0 commit comments