diff --git a/include/xsimd/types/xsimd_batch.hpp b/include/xsimd/types/xsimd_batch.hpp index 3fb6fc047..c8a8239cc 100644 --- a/include/xsimd/types/xsimd_batch.hpp +++ b/include/xsimd/types/xsimd_batch.hpp @@ -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