rust/library/stdarch
Andrew Gallant 1593cf01cd progress
2016-11-28 12:14:57 -05:00
..
examples progress 2016-11-28 12:14:57 -05:00
src progress 2016-11-28 12:14:57 -05:00
.gitignore scratch 2016-11-24 22:45:52 -05:00
Cargo.toml progress 2016-11-27 01:06:39 -05:00
README.md initial commit 2016-11-24 20:47:25 -05: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.