You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: