Add impl of SIMD'd f32s
[rust-lightning] / lightning / src / util / mod.rs
index e86885a83dbd0160b42bc103ecb5e737ea39bb7b..2017f023025fda6a74567e46417dd38c305f0c9c 100644 (file)
@@ -36,6 +36,7 @@ pub(crate) mod chacha20poly1305rfc;
 pub(crate) mod transaction_utils;
 pub(crate) mod scid_utils;
 pub(crate) mod time;
+pub(crate) mod simd_f32;
 
 pub mod indexed_map;