-
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.
Additional cleanup and acceleration of the System.Numerics vector and…
… related types (#103527) * Added SIMD paths for: Vector3.Cross(Vector3 vector1, Vector3 vector2) Vector3.Transform(Vector3 value, Quaternion rotation) * Fixed typo * fixed missing conversion back to Vector3 added simd paths for quaternion multiplication, division and concatenate added simd path for matrix4x4 multiplication * Implemented feedback * fixed non static field * removed whitespace * Use Vector4.Transform * Perform some additional cleanup of the System.Numerics.Vector and Matrix types --------- Co-authored-by: martenf <marten-fahse@hotmail.de>
- Loading branch information
1 parent
ab013a3
commit 8ab80b9
Showing
11 changed files
with
455 additions
and
837 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
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
Oops, something went wrong.