bswap4

Swap 4 uints in an array using SSE2 shuffle instructions

  1. void bswap4(T[4] x)
  2. void bswap4(uint[4] x)
    static if(BOTAN_HAS_SIMD_SSE2)
    void
    bswap4
    (
    ref uint[4] x
    )

Meta