You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0425]: cannot find function `_mm_crc32_u64` in this scope
--> C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\simd-abstraction-0.7.0\src\arch\x86.rs:369:18
|
369 | unsafe{_mm_crc32_u64(crc asu64, value)asu32}
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `_mm_crc32_u16`
The text was updated successfully, but these errors were encountered:
CryZe
changed the title
simd-abstraction-0.7.0 0.7.0 doesn't compile on i686 / i586 / i486simd-abstraction-0.7.0 doesn't compile on i686 / i586 / i486
Oct 17, 2022
The text was updated successfully, but these errors were encountered: