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
Since the nightly Rust v1.78, feature stdsimd does not exists any more:
error[E0557]: feature has been removed
--> /Users/jianshuzhao/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_simd-0.3.9/src/lib.rs:218:5
|
218 | platform_intrinsics,
| ^^^^^^^^^^^^^^^^^^^ feature has been removed
|
= note: SIMD intrinsics use the regular intrinsics ABI now
We need some updates.
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered:
Hello @alecmocatta,
Since the nightly Rust v1.78, feature stdsimd does not exists any more:
error[E0557]: feature has been removed
--> /Users/jianshuzhao/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_simd-0.3.9/src/lib.rs:218:5
|
218 | platform_intrinsics,
| ^^^^^^^^^^^^^^^^^^^ feature has been removed
|
= note: SIMD intrinsics use the regular intrinsics ABI now
We need some updates.
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered: