thermite 0.2.1

High-performance, generic, ISA-portable SIMD library with a policy-configurable transcendental math library
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::arch;

pub mod float32;
pub mod int32;
pub mod mask;
pub mod uint32;

pub use float32::*;
pub use int32::*;
pub use mask::*;
pub use uint32::*;