1 2 3 4 5 6
//! x86-64 SIMD implementations for binary operations pub mod avx2; pub mod avx2_int; pub mod avx512; pub mod avx512_int;