[WASM] PackedSimd.IsSupported returns false in .NET 8.0.11~9.0.0 #111085
Labels
area-Codegen-Intrinsics-mono
os-browser
Browser variant of arch-wasm
untriaged
New issue has not been triaged by the area owner
Description
On .NET 8.0.7, the Blazor WASM project has SIMD hardware acceleration. Both
Vector128.IsHardwareAccelerated
andPackedSimd.IsSupported
return true..NET was updated to version 8.0.11 after the Visual Studio 2022 upgrade. The SIMD hardware acceleration of the WASM project is not work. Both
Vector128.IsHardwareAccelerated
andPackedSimd.IsSupported
return false.Changed the target framework of the project to
net 9.0
, still no SIMD hardware acceleration. BothVector128.IsHardwareAccelerated
andPackedSimd.IsSupported
return false.Tested on Edge, Chrome, and Firefox browsers with the same results.
Log from .NET 8.0.7
Log from .NET 8.0.11
Reproduction Steps
From a Standalone Blazor WASM project starting on 8.0.7, compile and run. Then, upgrade to 8.0.11/9.0.0 and try again.
Expected behavior
Vector128.IsHardwareAccelerated = true
PackedSimd.IsSupported = true
Actual behavior
Vector128.IsHardwareAccelerated = false
PackedSimd.IsSupported = false
Regression?
No response
Known Workarounds
No response
Configuration
.NET Version: 8.0.11/9.0.0
OS: Windows 11 24H2 build 26100.2605
Architecture: x64
CPU: AMD Ryzen 7 7840H
Browsers:
dotnet --info:
Other information
No response
The text was updated successfully, but these errors were encountered: