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

Lower i32x8/u32x8 SSE requirements from SSSE3 down to SSE2. #80

Closed RazrFalcon closed 3 years ago

RazrFalcon commented 3 years ago

Closes #76

RazrFalcon commented 3 years ago

This was pretty straight forward, since you actually not using any SSSE3 specific intrinsics.

I've also fixed some formatting issues. And this patch includes #79

I've tested it on my library and there were no performance regressions. At least on my code. I'm basically switched f32x4 to f32x8 and everything just works, faster!

RazrFalcon commented 3 years ago

Version bump?

Lokathor commented 3 years ago

oh crap. hectic time lately. I'll try to do this soon

RazrFalcon commented 3 years ago

I'm not in a hurry. Don't worry. Just a reminder.

Lokathor commented 3 years ago

released wide-0.6.2

RazrFalcon commented 3 years ago

Thanks!