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

Issues 99 102 #103

Merged
merged 15 commits into from
Jul 11, 2024
Merged

Issues 99 102 #103

merged 15 commits into from
Jul 11, 2024

Conversation

JPietrzykTUD
Copy link
Collaborator

No description provided.

Added left shift for x86 with uint8_t and int8_t.
Workaround:
Shift left with 16-bit granularity and mask out lower <<shift>> bits
@issue 99:
Added left shift for x86 with uint8_t and int8_t.
Workaround:
Shift left with 16-bit granularity and mask out lower <<shift>> bits
There is no support within SSE for shifting by a vector
Copy link
Collaborator

@alexKrauseTUD alexKrauseTUD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it look to me, the vbmi lscpu flag needs to be corrected.

primitive_data/extensions/simd/intel/avx512.yaml Outdated Show resolved Hide resolved
Copy link
Collaborator

@alexKrauseTUD alexKrauseTUD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@alexKrauseTUD alexKrauseTUD merged commit 08e92bc into main Jul 11, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants