-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono][Arm64] Instrinsify methods for Vector4 on Arm64 (#72124)
* Initial change to enable intrinsics for Vector4 on arm64 * Fix return * Add test app * Also the makefile change * Fix return type handling from vector to struct * Fix wasm build failure * Handle volatile argument * Promote SIMD return to value * Address review feedback and add intrinsify more methods * Assign a NULL pointer to retval * Remove unused local var * Fix build warning
- Loading branch information
1 parent
a92bd72
commit c21ae04
Showing
3 changed files
with
82 additions
and
54 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
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
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