Skip to content

[Mono] Add missing SIMD support for some methods from System.Numerics.Vector2/3/4 and Quaternion on Arm64 #91394

@matouskozak

Description

@matouskozak

Vector2

  • SN_CopyTo - CoreClr doesn't intrinsify this API
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Vector3

  • SN_CopyTo - CoreClr doesn't intrinsify this API
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Vector4

  • SN_CopyTo - CoreClr doesn't intrinsify this API
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Quaternion

  • Conjugate

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions