Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 703 Bytes

File metadata and controls

23 lines (15 loc) · 703 Bytes

Conditional Expression

:cpp:func:`select` conditional selection with mask

.. doxygengroup:: batch_cond
   :project: xsimd
   :content-only:


In the specific case when one needs to conditionnaly increment or decrement a batch based on a mask, :cpp:func:`incr_if` and :cpp:func:`decr_if` provide specialized version.