dotnet / runtime

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

[mono] Intrinsics cleanup #53032

Open imhameed opened 3 years ago

imhameed commented 3 years ago

Mostly a general tracking issue so that I don't forget about this. The Mono amd64 intrinsics implementation should use some of the lines-of-code-reducing stuff introduced as part of the implementation of arm64 intrinsics. While SSE and the numerous revisions thereof aren't as uniform as NEON, there's still a good deal of cleanup that can be done. Less .text, more .rodata, fewer special cases, etc.

SamMonoRT commented 2 years ago

@fanyang-mono - assigning to you, mostly to help plan for amd64 intrinsic work later this summer.

SamMonoRT commented 2 years ago

Moving to 8.0 as low priority for current release

fanyang-mono commented 1 year ago

Low priority. Moving to .NET9