Disable autovectorization on wasm (#86038)
authorKatelyn Gadd <kg@luminance.org>
Wed, 10 May 2023 16:28:21 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 16:28:21 +0000 (09:28 -0700)
commit888bac304442e1a6883cfb922d21a74df910112d
tree15d8f3c5d7b21d9fadc8ed7a1d6de8c662b16ef5
parent16559f925702a27a1ee3ffbb553514901aec38f1
Disable autovectorization on wasm (#86038)

7c75cbf added the -msimd128 flag to cmakelists so that the interpreter could use wasm vector intrinsics. That option appears to imply enabling all sorts of auto-vectorization, which may be responsible for the regressions in dotnet/perf-autofiling-issues#17570
src/mono/CMakeLists.txt