|
inlineconstexpr |
The function is considering the case when nothing is set to be likely, checking for eve::any before hand is not going to be helpful. At the moment there isn't a function that would do it otherwise.
We would recommend *evefirst_true(m)
- this is likely to trigger compiler optimizations, based on it being UB otherwise.
Parameters
logical_simd_value
Return value
Returns std::nullopt
if eve::none(m). Otherwise returns 0 based index.