Open
Description
I have a standalone Blazor webassembly app that I have two builds for, SIMD and non-SIMD. The user's browser will attempt to load the SIMD version first, but if encountering compatibility errors, it will fail over to the non-SIMD version. After recent upgrades to 9.0.3 (possibly prior), or due to Window 11 updates, or due to Chromium updates, it now appears that the SIMD build executes on non-SIMD architecture.
I am not certain if this was an intentional evolution that I can safely assume non-SIMD builds are no longer necessary, or if I should continue maintaining the dual-build approach. Some clarification would be most appreciated.