refactor to easily allow algorithms generic over f16/32/64
[vector-math.git] / src / lib.rs
index cecc2e4566d62787705f20076e5291b873080add..60aa0824fbdb0fd8d3354206e91d5a4f9f335778 100644 (file)
@@ -6,9 +6,9 @@ extern crate std;
 
 pub mod algorithms;
 pub mod f16;
-pub mod ieee754;
 #[cfg(feature = "ir")]
 pub mod ir;
+pub mod prim;
 pub mod scalar;
 #[cfg(feature = "stdsimd")]
 pub mod stdsimd;