packed_simd_2 0.3.8

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

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