rust/crates
Jubilee Young 6d23662689 Add {gather,scatter}_select_unchecked
This unsafe variant allows the thinnest API, in case LLVM cannot
perform loop-invariant code motion on a hot loop when the safe
form is used.

An unchecked variant could be added to other forms, but doesn't
seem likely to improve anything, since it would just add heavier
codegen.
2021-10-03 11:04:58 -07:00
..
core_simd Add {gather,scatter}_select_unchecked 2021-10-03 11:04:58 -07:00
test_helpers Renovate for Edition 2021 2021-09-29 14:11:40 -07:00