-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add subscript operator optimizations, remove usage (#451)
* Normalize Vector Implementations Adds routines to vec4 to match others Adds a pre-defined half type for future specialization Adds C++23 logic for known subscript values Signed-off-by: Kimball Thurston <[email protected]> * Favor using direct member access avoid dynamic subscript usage by using x, y, z, w access directly Signed-off-by: Kimball Thurston <[email protected]> * Prefer using getValue In preparation for changing subscript operators, change python bindings where appropriate which get the pointers. Signed-off-by: Kimball Thurston <[email protected]> --------- Signed-off-by: Kimball Thurston <[email protected]>
- Loading branch information
Showing
10 changed files
with
271 additions
and
140 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
Oops, something went wrong.