Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix x86 build on latest nightly (rust-lang#533)
`cargo test --no-run` raise: ``` error[E0432]: unresolved import --> crates/coresimd/src/../../../coresimd/x86/rdtsc.rs:62:9 | 62 | use coresimd::x86::rdtsc; | ^^^^^^^^^^^^^^^^^^^^ ```