Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/api/reducer_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Reduction operators
| :cpp:func:`haddp` | horizontal sum across batches |
+---------------------------------------+----------------------------------------------------+

Also see the `batch_bool` :ref:`xsimd-batch-bool-reducers`.

----

.. doxygengroup:: batch_reducers
Expand Down
2 changes: 2 additions & 0 deletions docs/source/api/xsimd_batch_bool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Logical operators
:project: xsimd
:content-only:

.. _xsimd-batch-bool-reducers:

Reducers
--------

Expand Down
2 changes: 1 addition & 1 deletion include/xsimd/types/xsimd_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ namespace xsimd
}

/**
* @ingroup batch_reducers
* @ingroup batch_bool_reducers
*
* Count the number of values set to true in the batch \c x
* @param x boolean or batch of boolean
Expand Down