Skip to content

Commit 9f6a757

Browse files
committed
Fixed batch constructor doc
1 parent 17ff3f4 commit 9f6a757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/xsimd_batch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ namespace xsimd
9595

9696
/**
9797
* Initializes a batch to the values pointed by \c src; \c src
98-
* must be aligned.
98+
* does not need to be aligned.
9999
*/
100100
batch(const T* src, unaligned_mode);
101101

0 commit comments

Comments
 (0)