Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a number of additional APIs to the various SIMD accelerated vecto…
…r types (dotnet#111179) * Add a number of additional APIs to the various SIMD accelerated vector types * Add tests for the new vector APIs * Fix the boolean logic for the vectorized IsEvenInteger * Try to fix the Mono build * Fixing some RyuJIT handling * Add some additional Mono handling and document what's hindering other support * Update src/libraries/System.Private.CoreLib/src/System/Half.cs * Fix mono interp * Ensure the handling of the Vector2/3 All/Any/None and Count/IndexOf/LastIndexOf methods is correct * Try and fix the mono build * Don't accelerate the new methods for Vector2/3 on Mono * Fix mono build warning * Ensure the right class name is resolved for Vector4
- Loading branch information