Hi, Can we as a preview to C++26 implement already `vir::stdx::select` (for `std::simd::select`)? This is a very common pattern in vectorized code that contains the (scalar) ternary operator, e.g. - https://github.com/AMReX-Codes/amrex/pull/5095 - https://kokkos.org/kokkos-core-wiki/ProgrammingGuide/SIMD.html#ternary-operator
Hi,
Can we as a preview to C++26 implement already
vir::stdx::select(forstd::simd::select)?This is a very common pattern in vectorized code that contains the (scalar) ternary operator, e.g.