Vector2/3 needs to be intrinsified on all mono supported platforms. - [x] Vector2 with LLVM on arm64 (#73462) - [x] Vector2 with mini JIT on arm64 (#73462) - [ ] Vector2 with mini JIT on amd64 - [ ] Vector2 with LLVM on amd64 - [ ] Vector2 with interpreter - [x] Vector3 with LLVM on arm64(https://github.com/dotnet/runtime/issues/91456) - [x] Vector3 with mini JIT on arm64 (https://github.com/dotnet/runtime/issues/91456) - [ ] Vector3 with mini JIT on amd64 - [ ] Vector3 with LLVM on amd64 - [ ] Vector3 with interpreter
Vector2/3 needs to be intrinsified on all mono supported platforms.