Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] return false for AdvSimd.IsSupported and friends
Fixes StackOverflow in dotnet/runtime#33749 (comment) Intrinsify all `get_IsSupported` under `System.Runtime.Intrinsics*` to just `false` (except the sets we support, see mono_emit_simd_intrinsics).
- Loading branch information