rust/library/stdarch
Alex Crichton 1450e641a5 Add bindings for _mm_blendv_epi8
Just wanted to test this out!
2017-06-19 16:15:54 -04:00
..
examples progress 2017-03-13 20:56:22 -04:00
src Add bindings for _mm_blendv_epi8 2017-06-19 16:15:54 -04:00
.gitignore progress 2016-12-02 21:46:58 -05:00
Cargo.toml progress 2016-11-27 01:06:39 -05:00
QUESTIONS.md progress 2016-12-28 18:22:09 -05:00
README.md initial commit 2016-11-24 20:47:25 -05:00
TODO.md avx2 lhf complete 2017-06-01 07:26:02 -04:00

stdsimd

Experiments for adding SIMD support to Rust's standard library.

This is a work in progress.

Approach

The main goal is to expose APIs defined by vendors with the least amount of abstraction possible. On x86, for example, the API should correspond to that provided by emmintrin.h.