Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
279 stars 23 forks source link

Add SSSE3 fallback to f32x8::trunc_int #79

Closed RazrFalcon closed 3 years ago

Lokathor commented 3 years ago

Should I merge or do you want to add more elsewhere?

RazrFalcon commented 3 years ago

Yes, I'm using -Ctarget-cpu=native/haswell.

I guess this patch would be superseded by the next one.