julia
3ff71865 - Define `gt_fast` and `ge_fast` (#47972)

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.
Author
Parents
Loading