packed_simd_2 0.3.8

Portable Packed SIMD vectors
Documentation
//! Implementations of the `From` and `Into` traits

#[macro_use]
mod from_array;

#[macro_use]
mod from_vector;