0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 06:48:20 +02:00

ircd::stringops: Minor cleanup.

This commit is contained in:
Jason Volk 2020-08-02 01:30:49 -07:00
parent 5f28136e2d
commit e36354cff0

View file

@ -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