Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono] Intrinsics cleanup #53032

Open
Tracked by #43051
imhameed opened this issue May 20, 2021 · 3 comments
Open
Tracked by #43051

[mono] Intrinsics cleanup #53032

imhameed opened this issue May 20, 2021 · 3 comments
Assignees
Labels
area-Codegen-meta-mono runtime-mono specific to the Mono runtime
Milestone

Comments

@imhameed
Copy link
Contributor

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.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label May 20, 2021
@imhameed imhameed added area-AssemblyLoader-mono area-Codegen-AOT-mono runtime-mono specific to the Mono runtime and removed untriaged New issue has not been triaged by the area owner area-AssemblyLoader-mono labels May 20, 2021
@dotnet dotnet deleted a comment May 20, 2021
@dotnet dotnet deleted a comment from dotnet-issue-labeler bot May 20, 2021
@SamMonoRT SamMonoRT added this to the 6.0.0 milestone Jun 14, 2021
@imhameed imhameed modified the milestones: 6.0.0, 7.0.0 Jun 14, 2021
@SamMonoRT
Copy link
Member

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

@SamMonoRT SamMonoRT modified the milestones: 7.0.0, 8.0.0 Jun 20, 2022
@SamMonoRT
Copy link
Member

Moving to 8.0 as low priority for current release

@fanyang-mono
Copy link
Member

Low priority. Moving to .NET9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Codegen-meta-mono runtime-mono specific to the Mono runtime
Development

No branches or pull requests

3 participants