diff --git a/Cargo.toml b/Cargo.toml index 8cda02c..b817238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simdeez" -version = "3.0.0" +version = "3.0.1" authors = ["Jack Mott ", "Arduano"] description = "SIMD library to abstract over different instruction sets and widths" license = "Apache-2.0/MIT" diff --git a/src/lib.rs b/src/lib.rs index 2061e9d..5cfca42 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -192,7 +192,7 @@ mod libm_ext; pub mod math; pub use math::{SimdMathF32, SimdMathF64}; -mod engines; +pub mod engines; pub use engines::scalar;