Skip to content

adds semantics for [v]{and[n],or,xor}p{d,s} instructions #1625

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

ivg
Copy link
Member

@ivg ivg commented Apr 17, 2025

These instructions apply bitwise operations on the packed data, in total 16 instructions. Suprisingly, out of this family we already handled the packed xor variant, but the semantics was very ineffcient as it wasn't using the fact that all bitwise operations are distributive over concatenation.

@ivg ivg force-pushed the adds-packed-bitwise-sse-operations branch 5 times, most recently from da7e1dd to 9b02b07 Compare April 18, 2025 22:03
These instructions apply bitwise operations on the packed data, in
total 16 instructions. Suprisingly, out of this family we already
handled the packed xor variant, but the semantics was very ineffcient
as it wasn't using the fact that all bitwise operations are
distributive over concatenation.
@ivg ivg force-pushed the adds-packed-bitwise-sse-operations branch from 9b02b07 to 65976ec Compare April 21, 2025 18:04
@ivg ivg merged commit 9661d61 into master Apr 21, 2025
7 checks passed
@ivg ivg deleted the adds-packed-bitwise-sse-operations branch April 22, 2025 13:57
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.

1 participant