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

fix: use sse instead of sse4 #305

Merged
merged 3 commits into from Sep 26, 2022
Merged

fix: use sse instead of sse4 #305

merged 3 commits into from Sep 26, 2022

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Sep 26, 2022

zero() has sse4 instruction _mm_testz_si128, and this is the only sse4 instruction in Sonic.
Also, lzero() is unused functions.
So,This MR removed lzero() in fastbytes.c to support sse only.

@liuq19 liuq19 merged commit 56e81a6 into main Sep 26, 2022
@liuq19 liuq19 deleted the fix/use_sse branch September 26, 2022 04:45
@liuq19 liuq19 mentioned this pull request Oct 19, 2022
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.

None yet

2 participants