This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/common/arch
Xiaokang Qin 46db353017
Enable SIMD for AARCH64 Platform (#11) (#610)
Signed-off-by: Wu Zhongmin <zhongmin.wzm@antgroup.com>
Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

Co-authored-by: Wu Zhongmin <zhongmin.wzm@antgroup.com>

Co-authored-by: Wu Zhongmin <zhongmin.wzm@antgroup.com>
2021-04-13 14:45:51 +08:00
..
invokeNative_aarch64_simd.s Enable SIMD for AARCH64 Platform (#11) (#610) 2021-04-13 14:45:51 +08:00
invokeNative_aarch64.s NFC: fix typo in invokeNative_aarch64.s comment (#479) 2020-12-26 09:45:11 +08:00
invokeNative_arm_vfp.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_arm.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_em64_simd.asm Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
invokeNative_em64_simd.s Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00
invokeNative_em64.asm Update invokeNative_em64.asm (#511) 2021-02-04 08:50:15 +08:00
invokeNative_em64.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_general.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_ia32.asm fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00
invokeNative_ia32.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_mips.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_riscv32_ilp32.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_riscv32_ilp32d.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_riscv64_lp64.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_riscv64_lp64d.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_thumb_vfp.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_thumb.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_xtensa.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00