dotnet / runtime

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

[Mono] [x64] Add SIMD support for System.Numerics.Vector #97988

Open jkurdek opened 8 months ago

jkurdek commented 8 months ago

Add SIMD support for methods from System.Numerics.Vector on x64. Will fix https://github.com/dotnet/perf-autofiling-issues/issues/25809. Currently blocked by lack of AVX support.

ghost commented 8 months ago

Tagging subscribers to this area: @SamMonoRT, @fanyang-mono See info in area-owners.md if you want to be subscribed.

Issue Details
Add SIMD support for methods from `System.Numerics.Vector` on x64. Will fix https://github.com/dotnet/perf-autofiling-issues/issues/25809. Currently blocked by lack of AVX support.
Author: jkurdek
Assignees: -
Labels: `arch-x64`, `area-Codegen-Intrinsics-mono`
Milestone: -