We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64247a3 commit da3bd6dCopy full SHA for da3bd6d
crates/core_simd/examples/dot_product.rs
@@ -6,7 +6,7 @@
6
#![feature(slice_as_chunks)]
7
// Add these imports to use the stdsimd library
8
#![feature(portable_simd)]
9
-use core_simd::*;
+use core_simd::simd::*;
10
11
// This is your barebones dot product implementation:
12
// Take 2 vectors, multiply them element wise and *then*
0 commit comments