mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
ircd::stringops: Minor cleanup.
This commit is contained in:
parent
5f28136e2d
commit
e36354cff0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ noexcept
|
|||
const u128x1 mask { _mm_and_si128(gte_A, lte_Z) };
|
||||
const u128x1 ctrl_mask { _mm_and_si128(mask, addend) };
|
||||
const u128x1 result { _mm_add_epi8(src, ctrl_mask) };
|
||||
_mm_storeu_si128(dst++, result);
|
||||
_mm_storeu_si128(dst++, result);
|
||||
}
|
||||
|
||||
const auto end{std::transform
|
||||
|
|
Loading…
Reference in a new issue