commit | f27f601ed0b84dfe61fca035be2b2575bc2a0820 | [log] [tgz] |
---|---|---|
author | gnzlbg <gonzalobg88@gmail.com> | Tue Jun 26 11:40:35 2018 +0200 |
committer | Alex Crichton <alex@alexcrichton.com> | Sun Jul 08 08:45:47 2018 -0700 |
tree | 02ca269ee9012edbb383b14b121ad4173b8cc2c2 | |
parent | 1875162b2cb6d3715e12a9bbbe2bfbc806a8269a [diff] |
Document what the xcr0 masks do
Experimental support for SIMD destined to eventually become part of Rust's standard library
This is a work in progress.
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
.
stdsimd
is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.