We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5520066 commit ac5ac28Copy full SHA for ac5ac28
2 files changed
‎Cargo.toml‎
@@ -1,6 +1,6 @@
1
[package]
2
name = "simdeez"
3
-version = "3.0.0"
+version = "3.0.1"
4
authors = ["Jack Mott <jack.mott@gmail.com>", "Arduano"]
5
description = "SIMD library to abstract over different instruction sets and widths"
6
license = "Apache-2.0/MIT"
‎src/lib.rs‎
@@ -192,7 +192,7 @@ mod libm_ext;
192
pub mod math;
193
pub use math::{SimdMathF32, SimdMathF64};
194
195
-mod engines;
+pub mod engines;
196
197
pub use engines::scalar;
198
0 commit comments