Skip to content

Commit da3bd6d

Browse files
Update dot_product example import
1 parent 64247a3 commit da3bd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/examples/dot_product.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![feature(slice_as_chunks)]
77
// Add these imports to use the stdsimd library
88
#![feature(portable_simd)]
9-
use core_simd::*;
9+
use core_simd::simd::*;
1010

1111
// This is your barebones dot product implementation:
1212
// Take 2 vectors, multiply them element wise and *then*

0 commit comments

Comments
 (0)