wasm-micro-runtime/core/iwasm/aot
Wenyong Huang fda3a26903
Fix some relocation type issues in windows (#574)
Implement Windows PE file relocation type IMAGE_REL_AMD64_ADDR64/ADDR32/REL32, implement relocation for symbol "__xmm@xxx"/"__plt@xxx"/".rdata", implement Windows invokeNative simd asm code and enable SIMD by default for windows platform. Also update wamrc tool.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-16 16:59:16 +08:00
..
arch Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
aot_loader.c Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
aot_reloc.h Fix windows aot loader fail to resolve symbol issue (#540) 2021-02-23 20:55:50 +08:00
aot_runtime.c Remove heap size check when creating wasi ctx (#565) 2021-03-10 16:25:07 +08:00
aot_runtime.h Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
iwasm_aot.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00