pub unsafe trait SIMD64: InstructionSet {
// Provided method
fn u8x8_unzip_even(self, a: V64, b: V64) -> V64 { ... }
}
Provided Methods§
fn u8x8_unzip_even(self, a: V64, b: V64) -> V64
Object Safety§
This trait is not object safe.
pub unsafe trait SIMD64: InstructionSet {
// Provided method
fn u8x8_unzip_even(self, a: V64, b: V64) -> V64 { ... }
}