Implement i32.rem_s and i32.rem_u intrinsic (#1789)

This commit is contained in:
Huang Qi
2022-12-08 09:38:20 +08:00
committed by GitHub
parent c3d66f916e
commit f6bef1e604
4 changed files with 52 additions and 18 deletions

View File

@ -115,6 +115,8 @@ typedef struct {
REG_SYM(aot_intrinsic_i64_bit_or), \
REG_SYM(aot_intrinsic_i64_bit_and), \
REG_SYM(aot_intrinsic_i32_div_u), \
REG_SYM(aot_intrinsic_i32_rem_s), \
REG_SYM(aot_intrinsic_i32_rem_u), \
#define REG_COMMON_SYMBOLS \
REG_SYM(aot_set_exception_with_id), \