rust/library/stdarch/crates
Joshua Nelson 7f7ca407ff
Replace cfg(dox) with cfg(doc) (#920)
`dox` has to be set explicitly, but `doc` is set whenever rustdoc runs.
This simplifies the doc process to `cargo doc` and means bootstrap can
stop passing `--cfg dox` when documenting crates.
2020-09-29 23:57:19 +01:00
..
assert-instr-macro Update and revamp wasm32 SIMD intrinsics (#874) 2020-07-18 13:32:52 +01:00
core_arch Replace cfg(dox) with cfg(doc) (#920) 2020-09-29 23:57:19 +01:00
simd-test-macro Bye bye MMX! (#890) 2020-09-03 14:12:19 +01:00
std_detect Optimize std_detect's caching (#908) 2020-09-17 02:43:25 +01:00
stdarch-gen Implement additional ARM NEON intriniscs (#792) 2020-04-07 20:06:38 +01:00
stdarch-test add more things that do adds (#881) 2020-08-10 00:03:35 +01:00
stdarch-verify Implement prefetch hints for aarch64 (#918) 2020-09-26 02:37:57 +01:00