Skip to content

Commit

Permalink
Fix batch_bool to batch conversion documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Oct 9, 2023
1 parent b0668e4 commit 6a023a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xsimd/types/xsimd_batch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ namespace xsimd

/**
* Converts a \c bool_batch to a \c batch where each element is
* set to 0xFF..FF (resp. 0x00..00) if the corresponding element is `true`
* set to 1 (resp. 0) if the corresponding element is `true`
* (resp. `false`).
*/
template <class T, class A>
Expand Down

0 comments on commit 6a023a9

Please sign in to comment.