Fix x86 build on latest nightly (#533)
`cargo test --no-run` raise: ``` error[E0432]: unresolved import --> crates/coresimd/src/../../../coresimd/x86/rdtsc.rs:62:9 | 62 | use coresimd::x86::rdtsc; | ^^^^^^^^^^^^^^^^^^^^ ```
This commit is contained in:
parent
f0eb5e1b3b
commit
8d663bd234
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ extern "C" {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use coresimd::x86::rdtsc;
|
||||
use coresimd::x86::*;
|
||||
use stdsimd_test::simd_test;
|
||||
|
||||
#[simd_test(enable = "sse2")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue