Skip to main content

byte_perm

Function byte_perm 

Source
pub fn byte_perm(x: u32, y: u32, s: u32) -> u32
Expand description

Byte permutation. Transpiles to: __byte_perm(x, y, s)