dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.96k stars 4.65k forks source link

[Mono] Intrinsify Vector2/3 #81501

Open fanyang-mono opened 1 year ago

fanyang-mono commented 1 year ago

Vector2/3 needs to be intrinsified on all mono supported platforms.

fanyang-mono commented 1 year ago

Intrinsifying Vector2 should help improve the performance of Vector2 and Matrix3x2 microbenchmarks.