packed_simd 0.3.9

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);
    };
}