jammar1

Results 7 comments of jammar1

When I tried it myself on Windows it built and ran successfully. I think the SIMD spec tests passed too but I would have to check. I suspect the only...

Could you try building with SIMDe/deleting the Windows platform check at build-scripts/runtime_lib.cmake, line 159 and seeing if that resolves the issue?

That's good, I will try and fix the Windows CI issues next week then.

@lum1n0us Regarding Windows, `set(WAMR_BUILD_SIMD 0)` would also disable SIMD in AOT mode, not sure if that's desirable? And I'll add SGX to that if statement.

Also regarding testing, I think I will need to add some qemu tests for ARMv7 + NEON in this PR. Is that okay?

@wenyongh I think I've addressed your comments, would you be able to review this? Thanks

Agree with using a dev branch. I imagine I will work through each of the SIMD test suites and raise a PR for each opcode in the block's here: core/iwasm/interpreter/wasm_opcode.h.