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

Add comparison operations #25

Merged
merged 3 commits into from
Dec 18, 2020
Merged

Add comparison operations #25

merged 3 commits into from
Dec 18, 2020

Conversation

penzn
Copy link
Contributor

@penzn penzn commented Dec 15, 2020

No description provided.

@lemaitre
Copy link

Is there any plan to have mask types? Because those comparison instructions would definitely generate masks if they exist.
Typically, AVX512 and SVE comparisons do generate masks and not vectors.

@penzn
Copy link
Contributor Author

penzn commented Dec 17, 2020

Good point - we would need to balance operations returning masks and operations setting lanes. I am going to add a note documenting this. Masking ops are not forgotten - we would definitely need to evaluate them.

Add implementation notes for comparisons operations. Clean up heading
levels in that section.
Fix heading hierarchy and a typo in closing `summary` tag.
@penzn penzn merged commit b246a6c into WebAssembly:master Dec 18, 2020
@penzn penzn deleted the comparisons branch December 18, 2020 02:40
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.

2 participants