mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd::simd: Fix comment. [ci skip]
This commit is contained in:
parent
da56bb1a9d
commit
8ecb2d9653
1 changed files with 4 additions and 4 deletions
|
@ -136,10 +136,10 @@ noexcept
|
|||
/// and can be any size.
|
||||
///
|
||||
/// * variable-stride: progress for each iteration of the loop across the input
|
||||
/// and output buffers is not fixed; the transform function may advance the
|
||||
/// pointer one to sizeof(block_t) bytes each iteration. Due to these
|
||||
/// characteristics, unaligned bytes may be redundantly loaded and non-temporal
|
||||
/// features are not used to optimize the operation.
|
||||
/// and buffer is not fixed; the transform function may advance the pointer
|
||||
/// one to sizeof(block_t) bytes each iteration. Due to these characteristics,
|
||||
/// unaligned bytes may be redundantly loaded and non-temporal features are
|
||||
/// not used to optimize the operation.
|
||||
///
|
||||
/// u64x2 counter lanes = { available_to_user, input_length }; The argument
|
||||
/// `max` gives the buffer size in that format. The return value is the
|
||||
|
|
Loading…
Reference in a new issue