-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generic helper for min/max nodes + SIMD helper for floats
- Refactored xmaxxminhelper to into a more generic helper function: evaluators for fmax/fmin/dmax/dmin nodes use this helper and add an extra instruction do deal with NaNs - added helper for fmin/fmax/... nodes that uses SIMD instructions when available - again the evaluators use this and add an extra instruction to deal with NaNs - idea is to enable other evaluators to use these helpers and deal with NaNs as they see fit Signed-off-by: Matthew Hall <[email protected]>
- Loading branch information
1 parent
a95eed5
commit 9ec2ebd
Showing
2 changed files
with
196 additions
and
50 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