jfalcou / eve

Expressive Vector Engine - SIMD in C++ Goes Brrrr
https://jfalcou.github.io/eve/
Boost Software License 1.0
934 stars 56 forks source link

[FEATURE] logical masks for all/any/none/first_true/etc #1940

Open DenisYaroshevskiy opened 2 weeks ago

DenisYaroshevskiy commented 2 weeks ago

I need one for search. I worked around for now - but we should just do it.

jfalcou commented 2 weeks ago

This is sort of planned in the transition to callable. I need to find a proper way to have a reduce_callable somehow.

DenisYaroshevskiy commented 2 weeks ago

Someone jusy needs to start it and see where it goes