| :cpp:func:`reduce` | generic batch reduction |
| :cpp:func:`reduce_add` | sum of each batch element |
| :cpp:func:`reduce_max` | max of the batch elements |
| :cpp:func:`reduce_min` | min of the batch elements |
| :cpp:func:`reduce_mul` | product of the batch elements |
| :cpp:func:`haddp` | horizontal sum across batches |
Also see the batch_bool :ref:`xsimd-batch-bool-reducers`.
.. doxygengroup:: batch_reducers :project: xsimd :content-only: