```rust #[vectorize] for mut x in &mut v { x = x.sin(); } ``` OpenMP (omp simd) like vectorization can be a scope of this repository [intel-mkl-sys](https://github.com/rust-math/intel-mkl-src/tree/master/intel-mkl-sys) crate will help for vectorized math operation.
OpenMP (omp simd) like vectorization can be a scope of this repository
intel-mkl-sys crate will help for vectorized math operation.