arduano / simdeez

easy simd
MIT License
331 stars 25 forks source link

stdsimd is now on stable #9

Closed sanxiyn closed 5 years ago

sanxiyn commented 5 years ago

As I understand, stdsimd has been stable since 1.27, so "SIMDeez builds on stable rust now, stdsimd does not" in README should be updated.

jackmott commented 5 years ago

That is just the raw intrinsics, which all of these library use ultimately. stdsimd has been renamed: https://github.com/rust-lang-nursery/packed_simd and isn't in stable yet.

I'll change the name though in my readme.