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 _mm_cmpeq_epi64 #48

Closed
jserv opened this issue Jun 26, 2020 · 2 comments
Closed

Fix _mm_cmpeq_epi64 #48

jserv opened this issue Jun 26, 2020 · 2 comments

Comments

@jserv
Copy link
Member

jserv commented Jun 26, 2020

Quote from Jukka Liimatta

Looking at _mm_cmpeq_epi64 compares 32 bits at a time, which means lo and hi might have different mask. 64 bit compare should always have all bits 0 or 1. If this mask is used for select the results will be interesting.

Source: https://twitter.com/JukkaLiimatta/status/1276539769619714051

@marktwtn
Copy link
Collaborator

marktwtn commented Jul 3, 2020

Our _mm_comeq_epi64 of the ARM 32-bit implementation does not have the problem.
The result is taken care well.

@marktwtn
Copy link
Collaborator

marktwtn commented Jul 4, 2020

@jserv shall we close this issue?

@jserv jserv closed this as completed Jul 4, 2020
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

No branches or pull requests

2 participants