wasm-micro-runtime/core/iwasm
liang.he 3c17a36ccb
Patch implementations of vfbinop(min,max,pmin,pax) (#2584)
According to the specification,
- fNxM_pmin/max returns v1 or v2 based on flt(v1,v2) result
- fNxM_min/max returns +/-NaN, +/-Inf, v1 or v2 based on more than
  flt(v1,v2) result

Fixes issue #2561.
2023-09-28 09:32:01 +08:00
..
aot Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
common Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
compilation Patch implementations of vfbinop(min,max,pmin,pax) (#2584) 2023-09-28 09:32:01 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix nightly run sanitizer error in Fast JIT (#2601) 2023-09-27 15:41:48 +08:00
include Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
interpreter Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
libraries Add support for closing/renumbering preopen fds (#2578) 2023-09-26 09:31:32 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00