rust/library/stdarch/crates
Joshua Nelson fe2a752e8d
Remove cfg(not(doc)) from doctests (#922)
This was changed from `cfg(dox)` to `cfg(doc)` in
https://github.com/rust-lang/stdarch/pull/920. `cfg(doc)` is incorrect
here; rustdoc sets `cfg(doctest)`, not `cfg(doc)` in doc-tests.

However, this piece of code isn't needed anyway: this code will only
ever be run as a doc-test, so it will never be compiled in.
2020-10-01 14:35:08 +01:00
..
assert-instr-macro Update and revamp wasm32 SIMD intrinsics (#874) 2020-07-18 13:32:52 +01:00
core_arch Remove cfg(not(doc)) from doctests (#922) 2020-10-01 14:35:08 +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