wasm-micro-runtime/core/iwasm
Huang Qi a41c1ad85c
Don't use constant float table on arm and riscv (#903)
Don't use constant float table on arm and riscv as LLVM doesn't generate
.LPCI/.rodata like relocations on them, the float/double constants are encoded
into instructions directly, so no need to lookup them from constant table.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2021-12-20 11:10:52 +08:00
..
aot Don't use constant float table on arm and riscv (#903) 2021-12-20 11:10:52 +08:00
common Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
compilation Don't use constant float table on arm and riscv (#903) 2021-12-20 11:10:52 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Clear more compile warnings reported by -Wshadow flag (#899) 2021-12-16 14:47:44 +08:00
libraries libc-builtin: Fix the signature of strncasecmp native function (#888) 2021-12-13 19:40:05 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00