alecmocatta / streaming_algorithms

Performant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
Apache License 2.0
83 stars 11 forks source link

nightly features packed sims feature not available #18

Open jianshu93 opened 6 months ago

jianshu93 commented 6 months ago

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