cui fliter 64ea0884ef remove repetitive words
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-11-19 00:13:24 -05:00
..
2023-11-19 00:13:24 -05:00
2023-11-17 00:48:35 -05:00
2023-05-11 12:13:00 -07:00
2023-10-20 20:03:35 -04:00

stdsimd examples

This crate is a port of example uses of stdsimd, mostly taken from the packed_simd crate.

The examples contain, as in the case of dot_product.rs, multiple ways of solving the problem, in order to show idiomatic uses of SIMD and iteration of performance designs.

Run the tests with the command

cargo run --example dot_product

and verify the code for dot_product.rs on your machine.