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

Support SIMD sse target feature for SimdBlock #18

Closed
V0ldek opened this issue May 23, 2022 · 0 comments
Closed

Support SIMD sse target feature for SimdBlock #18

V0ldek opened this issue May 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request go ahead Reviewed, implementation can start

Comments

@V0ldek
Copy link
Owner

V0ldek commented May 23, 2022

Is your feature request related to a problem? Please describe.
If the sse target feature is enabled, but avx is not, the SimdBlock size should be 16 bytes (128 bits).

Tracking issue: #17

Describe the solution you'd like
Change in the src/alignment/simd.rs file and a test asserting the size when compiled on x86 or x86_64 with sse enabled.

@V0ldek V0ldek added enhancement New feature or request triage Waiting for owner's input labels May 23, 2022
@V0ldek V0ldek self-assigned this May 23, 2022
@V0ldek V0ldek added go ahead Reviewed, implementation can start and removed triage Waiting for owner's input labels May 25, 2022
@V0ldek V0ldek mentioned this issue May 25, 2022
@V0ldek V0ldek closed this as completed May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go ahead Reviewed, implementation can start
Projects
None yet
Development

No branches or pull requests

1 participant