| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-30 | Update readme badges | gnzlbg | -5/+5 | |
| 2019-01-30 | Fix docs.rs rustdoc arguments | gnzlbg | -1/+1 | |
| 2019-01-30 | Bump core_arch and std_detect versions | gnzlbg | -1/+1 | |
| 2019-01-30 | Update readme and dependencies | gnzlbg | -4/+4 | |
| 2019-01-30 | Remove core_arch dev-dependency of std_detect | gnzlbg | -1/+0 | |
| 2019-01-30 | Bump core_arch and std_detect patch version | gnzlbg | -2/+2 | |
| 2019-01-30 | Update description of core_arch and std_detect | gnzlbg | -1/+1 | |
| 2019-01-22 | Do not use Self constructors | gnzlbg | -2/+4 | |
| 2019-01-22 | Fix clippy issues | gnzlbg | -1/+5 | |
| 2019-01-22 | Readme from std_detect | gnzlbg | -1/+296 | |
| 2019-01-22 | Update versions of core_arch and std_detect for release | gnzlbg | -2/+2 | |
| 2019-01-22 | Refactor stdsimd | gnzlbg | -0/+2547 | |
| This commit: * renames `coresimd` to `core_arch` and `stdsimd` to `std_detect` * `std_detect` does no longer depend on `core_arch` - it is a freestanding `no_std` library that only depends on `core` - it is renamed to `std_detect` * moves the top-level coresimd and stdsimd directories into the appropriate crates/... directories - this simplifies creating crate.io releases of these crates * moves the top-level `coresimd` and `stdsimd` sub-directories into their corresponding crates in `crates/{core_arch, std_detect}`. | ||||
