julia
3ff71865
- Define `gt_fast` and `ge_fast` (#47972)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Define `gt_fast` and `ge_fast` (#47972) The important thing here is that `>` is used in `max_fast`, `min_fast`, and `minmax_fast`. These functions did not SIMD in reductions because `>` didn't have an associated fast op. This PR fixes that.
References
#47972 - Define `gt_fast` and `ge_fast`
Author
chriselrod
Parents
2d0b6403
Loading