about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
AgeCommit message (Collapse)AuthorLines
2019-01-30Update readme badgesgnzlbg-5/+5
2019-01-30Fix docs.rs rustdoc argumentsgnzlbg-1/+1
2019-01-30Bump core_arch and std_detect versionsgnzlbg-1/+1
2019-01-30Update readme and dependenciesgnzlbg-4/+4
2019-01-30Remove core_arch dev-dependency of std_detectgnzlbg-1/+0
2019-01-30Bump core_arch and std_detect patch versiongnzlbg-2/+2
2019-01-30Update description of core_arch and std_detectgnzlbg-1/+1
2019-01-22Do not use Self constructorsgnzlbg-2/+4
2019-01-22Fix clippy issuesgnzlbg-1/+5
2019-01-22Readme from std_detectgnzlbg-1/+296
2019-01-22Update versions of core_arch and std_detect for releasegnzlbg-2/+2
2019-01-22Refactor stdsimdgnzlbg-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}`.