Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 17, 2020
Merged

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

merged 1 commit into from
Oct 17, 2020

Conversation

RazrFalcon
Copy link
Contributor

Closes #76

@RazrFalcon
Copy link
Contributor Author

RazrFalcon commented Oct 17, 2020

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!

@Lokathor Lokathor merged commit cee7b6f into Lokathor:main Oct 17, 2020
@RazrFalcon
Copy link
Contributor Author

Version bump?

@Lokathor
Copy link
Owner

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

@RazrFalcon
Copy link
Contributor Author

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

@Lokathor
Copy link
Owner

released wide-0.6.2

@RazrFalcon
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSE2 support in i32x8/u32x8
2 participants