Function simd_bswap

unsafe const fn simd_bswap<T>(x: T) -> T

Swaps bytes of each element.

T must be a vector of integers.