macro_rules! simd_multiversion {
($($item:tt)*) => { ... };
}Expand description
Primary SIMD targets for most functions (x86_64 version).
macro_rules! simd_multiversion {
($($item:tt)*) => { ... };
}Primary SIMD targets for most functions (x86_64 version).