aboutsummaryrefslogtreecommitdiff
path: root/src/coresimd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/coresimd.rs')
-rw-r--r--src/coresimd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coresimd.rs b/src/coresimd.rs
index a6401ef..c6a87d5 100644
--- a/src/coresimd.rs
+++ b/src/coresimd.rs
@@ -1,4 +1,4 @@
-use core::simd::{num::SimdFloat, *};
+use core::simd::*;
/// Calculates the vector 3 dot product and returns answer in x lane of f32x4.
#[inline(always)]