Update dot_product example import

This commit is contained in:
The Atelier 2022-12-03 18:40:07 -08:00
parent 64247a327d
commit da3bd6d3a0

View File

@ -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*