packed_simd 0.3.1

Portable Packed SIMD vectors
1
2
3
4
5
6
7
//! Slice from/to methods

#[macro_use]
mod from_slice;

#[macro_use]
mod write_to_slice;