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] Intrinsify System.Numerics.Vector4 API's with mini JIT on Arm64 #86957

Closed
26 tasks done
Tracked by #43051
LeVladIonescu opened this issue May 31, 2023 · 2 comments
Closed
26 tasks done
Tracked by #43051

Comments

@LeVladIonescu
Copy link
Contributor

LeVladIonescu commented May 31, 2023

  • Abs
  • Add
  • Clamp
  • CopyTo
  • Ctor
  • Divide
  • Dot
  • Equals
  • GetElement
  • get_One
  • get_UnitX
  • get_UnitY
  • get_UnitZ
  • get_Identity
  • get_UnitW
  • get_Zero
  • Max
  • Min
  • Multiply
  • Negate
  • op_equality
  • op_inequality
  • SquareRoot
  • Subtract
  • Transform
  • WithElement
@fanyang-mono
Copy link
Member

This project should bring improvement for Vector4 and Matrix4x4 microbenchmarks.

@LeVladIonescu
Copy link
Contributor Author

LeVladIonescu commented Jul 28, 2023

Above intrinsics have been enabled, will need to validate changes via microbenchmarks.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants