simdeez 3.0.1

SIMD library to abstract over different instruction sets and widths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Helpers for running tests

mod arbitrary;
pub use arbitrary::*;

mod fn_tuple;

mod tester;
pub use tester::*;

mod numbers;
pub use numbers::*;

mod ulp;
pub use ulp::*;

mod constify;