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] Add basic SIMD support for System.Numerics.Vector3 on Arm64 #91456

Closed
26 tasks done
matouskozak opened this issue Sep 1, 2023 · 1 comment · Fixed by #97416
Closed
26 tasks done

[Mono] Add basic SIMD support for System.Numerics.Vector3 on Arm64 #91456

matouskozak opened this issue Sep 1, 2023 · 1 comment · Fixed by #97416

Comments

@matouskozak
Copy link
Member

matouskozak commented Sep 1, 2023

Add basic SIMD support for System.Numerics.Vector3 on Arm64:

  • SN_ctor
  • SN_Abs
  • SN_Add
  • SN_Clamp
  • SN_Divide
  • SN_Dot
  • SN_Max
  • SN_Min
  • SN_Multiply
  • SN_Negate
  • SN_SquareRoot
  • SN_Subtract
  • SN_get_Item
  • SN_get_One
  • SN_get_UnitX
  • SN_get_UnitY
  • SN_get_UnitZ
  • SN_get_Zero
  • SN_op_Addition
  • SN_op_Division
  • SN_op_Equality
  • SN_op_Inequality
  • SN_op_Multiply
  • SN_op_Subtraction
  • SN_op_UnaryNegation
  • SN_set_Item
@ghost
Copy link

ghost commented Sep 1, 2023

Tagging subscribers to this area: @SamMonoRT, @fanyang-mono
See info in area-owners.md if you want to be subscribed.

Issue Details

Add basic SIMD support for System.Numerics.Vector3 on Arm64:

  • SN_ctor
  • SN_Abs
  • SN_Add
  • SN_Clamp
  • SN_Divide
  • SN_Dot
  • SN_Max
  • SN_Min
  • SN_Multiply
  • SN_Negate
  • SN_SquareRoot
  • SN_Subtract
  • SN_get_Item
  • SN_get_One
  • SN_get_UnitW
  • SN_get_UnitX
  • SN_get_UnitY
  • SN_get_UnitZ
  • SN_get_Zero
  • SN_op_Addition
  • SN_op_Division
  • SN_op_Equality
  • SN_op_Inequality
  • SN_op_Multiply
  • SN_op_Subtraction
  • SN_op_UnaryNegation
  • SN_set_Item
Author: matouskozak
Assignees: fanyang-mono, matouskozak
Labels:

area-Codegen-Intrinsics-mono

Milestone: 9.0.0

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 23, 2024
@matouskozak matouskozak removed their assignment Jan 24, 2024
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Feb 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants