Skip to content

Commit

Permalink
Update dot_product example import
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Dec 4, 2022
1 parent 64247a3 commit da3bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_simd/examples/dot_product.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#![feature(slice_as_chunks)]
// Add these imports to use the stdsimd library
#![feature(portable_simd)]
use core_simd::*;
use core_simd::simd::*;

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

0 comments on commit da3bd6d

Please sign in to comment.