Employ .NET [Auto]Vectorization features #22612
Unanswered
Mrnikbobjeff
asked this question in
Ideas
Replies: 1 comment 1 reply
-
exhibits several of these issues with their manual memcompare |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I took a look at MaciOS Platformcanvas.cs and noticed that we do some in theory vectorizable operations here. With the advent of System.Numerics.TensorPrimitives/VectorXXX we should get some free speedups for little cost. I assume there are other instances where this holds, so this servers as an entry point to optimize different instances of vectorizable code.
Public API Changes
None
Intended Use-Case
Improved code generation employing intrinsics depending on ISA
Beta Was this translation helpful? Give feedback.
All reactions