You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem doesn't happen in a build of the benchmark without SIMD.
I believe the file is valid, as the same wasm file runs ok in WAVM (running ok means it runs for 10-20 seconds and then prints some benchmark results). Also it is built with emscripten, and js+wasm versions (not standalone/wasi like this file) work with SIMD in V8, so the emitted SIMD is correct as far as I know.
971: When accessing memory, use byte aligned accesses. r=nlewycky a=nlewycky
# Description
When accessing memory, use byte aligned accesses.
LLVM's instcombine will attempt to bump the alignment when it can prove that it's safe to do so.
Fixes#969.
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Nick Lewycky <[email protected]>
This problem doesn't happen in a build of the benchmark without SIMD.
I believe the file is valid, as the same wasm file runs ok in WAVM (running ok means it runs for 10-20 seconds and then prints some benchmark results). Also it is built with emscripten, and js+wasm versions (not standalone/wasi like this file) work with SIMD in V8, so the emitted SIMD is correct as far as I know.
coremark-simd.wasm.zip
The text was updated successfully, but these errors were encountered: