Avoid a doctest failure on non-x86
This commit is contained in:
parent
bfb547d881
commit
4b5dc30102
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ AVX2 and also for the default platform.
|
|||
|
||||
```rust
|
||||
# #![cfg_attr(not(dox),feature(stdsimd))]
|
||||
# #[allow(unused_imports)]
|
||||
# #[cfg(not(dox))]
|
||||
# #[macro_use(is_x86_feature_detected)]
|
||||
# extern crate std_detect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue