-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
Vector2/3 needs to be intrinsified on all mono supported platforms.
- Vector2 with LLVM on arm64 ([Mono] Add SIMD support for System.Numerics.Vector2 on Arm64 #73462)
- Vector2 with mini JIT on arm64 ([Mono] Add SIMD support for System.Numerics.Vector2 on Arm64 #73462)
- Vector2 with mini JIT on amd64
- Vector2 with LLVM on amd64
- Vector2 with interpreter
- Vector3 with LLVM on arm64([Mono] Add basic SIMD support for System.Numerics.Vector3 on Arm64 #91456)
- Vector3 with mini JIT on arm64 ([Mono] Add basic SIMD support for System.Numerics.Vector3 on Arm64 #91456)
- Vector3 with mini JIT on amd64
- Vector3 with LLVM on amd64
- Vector3 with interpreter
srxqds and jandupej