Macro swap_bytes

Source
macro_rules! swap_bytes {
    { f32, $x:expr } => { ... };
    { f64, $x:expr } => { ... };
    { $ty:ty, $x:expr } => { ... };
}
🔬This is a nightly-only experimental API. (portable_simd #86656)