-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono] [Arm64] Added SIMD support for vector 2/3/4 methods (#98761)
* [Mono] [Arm64] Added multiple vector instrinsics * Added LLVM support * fix build errors on x64 * Added Quaternion.Conjugate * Changed frsqrts codegen * fixed whitespace changes * Removed reciprocal sqrt estimation from normalize * Extracted dot method into sepearate function * Refactored code to use exposed dot function * Fixed x64 build error * Fixed more build errors * Removed intrinsics for methods not intrinsified on coreclr side * Cleaned up code * Replaced break with return null * Removed trailing whitespaces
- Loading branch information
Showing
1 changed file
with
199 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters