Skip to content

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

@matouskozak

Description

@matouskozak

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions