Wenyong Huang

Results 323 comments of Wenyong Huang
trafficstars

Yes, by default the building of linux-sgx enables the lib-pthread support, which might need to set aux stack while creating exec env. Do you use wasi-sdk to compile the wasm...

@abc767234318 Thanks for reporting the issue, we fixed it in PR #1363, could you please try again?

Close this issue as it was fixed.

@crl7885 could you provide more details, which platform and target do you use? e.g. Linux or Windows, x86_64 or ARM? And Which mode is the runtime running on, interpreter or...

@crl7885 Do you enable SIMD mode (cmake -DWAMR_BUILD_SIMD=1/0) or not, and which asm file do you use, invokeNative_aarch64.s or invokeNative_aarch64_simd.s? As far as I know, the float/double return register in...

Yes, and could you use objdump to dump the assembly code of strtod_wrapper? Had better remove printf in it.

Hi, from the objdump result of strtod_wrapper, the return value of float64 type should be passed back to caller with register r0, r1 (or d16), but not d0. Currently runtime...

Hi, we had fixed the invokeNative asm issues for ARM, see #697, not sure whether it fixes you problem, could you please try again?

Hi, it is interesting, could you please give more details about how to build the opencv workload to wasm and how to reproduce the issue? For the AOT performance, I...

@wolfplain do you mean SIMD for aarch64 in Android? Currently SIMD for both x86-64 and aarch64 has been implemented, we tested it on Linux but haven't tested it on Android...