packed_simd_2 0.3.4

Portable Packed SIMD vectors
Documentation
1
2
3
4
5
6
//! Default mask reduction implementations.

/// Default mask reduction implementation
macro_rules! impl_mask_reductions {
    ($id:ident) => { fallback_impl!($id); };
}