botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
bswap4
botan
utils
bswap
Swap 4 uints in an array using SSE2 shuffle instructions
void
bswap4
(T[4] x)
void
bswap4
(uint[4] x)
static if
(
BOTAN_HAS_SIMD_SSE2
)
void
bswap4
(
ref
uint
[4]
x
)
Meta
Source
See Implementation
botan
utils
bswap
functions
bswap4
reverseBytes
Swap 4 uints in an array using SSE2 shuffle instructions