wasm-micro-runtime/core
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
..
app-framework Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app-mgr Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Don't use constant float table on arm and riscv (#903) 2021-12-20 11:10:52 +08:00
shared Port WAMR to ESP-IDF (#892) 2021-12-20 10:52:59 +08:00
config.h Disable source debugging by default (#804) 2021-10-26 18:52:30 +08:00