Skip to content

Commit 631294a

Browse files
WarrenWeckesserserge-sans-paille
authored andcommitted
DOC: Move 'count' to the batch-bool 'Reducers' section of the docs.
1 parent ecbb0b4 commit 631294a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/source/api/reducer_index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Reduction operators
4141
| :cpp:func:`haddp` | horizontal sum across batches |
4242
+---------------------------------------+----------------------------------------------------+
4343

44+
Also see the `batch_bool` :ref:`xsimd-batch-bool-reducers`.
45+
4446
----
4547

4648
.. doxygengroup:: batch_reducers

docs/source/api/xsimd_batch_bool.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Logical operators
2020
:project: xsimd
2121
:content-only:
2222

23+
.. _xsimd-batch-bool-reducers:
24+
2325
Reducers
2426
--------
2527

include/xsimd/types/xsimd_api.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ namespace xsimd
635635
}
636636

637637
/**
638-
* @ingroup batch_reducers
638+
* @ingroup batch_bool_reducers
639639
*
640640
* Count the number of values set to true in the batch \c x
641641
* @param x boolean or batch of boolean

0 commit comments

Comments
 (0)