dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.22k stars 4.72k forks source link

[mono] Reenable disabled x86 SIMD unit tests #91392

Open jandupej opened 1 year ago

jandupej commented 1 year ago

Unit tests were disabled in https://github.com/dotnet/runtime/pull/75768 for the LLVM AOT lane. Enable them!

Issue follows up from https://github.com/dotnet/runtime/issues/75767.

fanyang-mono commented 1 year ago

To clarify, the restoration of these tests requires the incorporation of the System.Runtime.Intrinsics.X86 intrinsics support into the mini JIT on the amd64 platform.

jandupej commented 1 year ago

Could benefit from https://github.com/dotnet/runtime/pull/91393