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 SSE support #24

Merged
merged 5 commits into from
May 25, 2022
Merged

Add SSE support #24

merged 5 commits into from
May 25, 2022

Conversation

V0ldek
Copy link
Owner

@V0ldek V0ldek commented May 25, 2022

Complete #18

V0ldek added 3 commits May 25, 2022 23:05
When the `sse` target feature is enabled
on x86/x86_64 the `SimdBlock` size is 16 bytes,
unless a target feature with a larger vector is also enabled.
Test whether the size of `SimdBlock` agrees with the expected one
for a given target.
Use `simd_alignment_test` to check whether `SimdBlock` sizes
remain consistent across targets.
@V0ldek V0ldek self-assigned this May 25, 2022
@V0ldek V0ldek merged commit a371d55 into main May 25, 2022
@V0ldek V0ldek deleted the v0ldek/sse branch May 25, 2022 21:16
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