floatx4-rs
A library that can perform 4 float operations simultaneously
Examples
use Floatx4;
// let array = Floatx4::from_scalar(2.);
let array = from_array;
// +,-,*,/ ...
let mut new_array = array * array ;
new_array+=array;
// print
for value in new_array