| 1: | func @byteSwap = <{T: Type}> (arg: T) -> T; |
Swap the bytes
T: type of arguments and output - must be integral or a vector of integral, and must have an even number of bytes (bit-width is a multiple of 16).
arg: value to swap the bytes of
Result value of the byte swap
(TODO)
| @bitReverse | Reverse the bits |