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

SIMD operations on non-binary small-sized structs (3, 5, 6, 7 bytes) cause memory access violation #6

Open
Rekkonnect opened this issue Jul 28, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Rekkonnect
Copy link
Owner

Rekkonnect commented Jul 28, 2021

The cause seems to be the mask that performs the operation being larger than the operation itself for custom-sized structs of such sizes, since the mask is considered a ulong*, exceeding the range of the structs themselves.

This is why the 8 ignored tests are breaking, after inspection of the breaking error while debugging the tests.

@Rekkonnect Rekkonnect added the bug Something isn't working label Jul 28, 2021
@Rekkonnect Rekkonnect added this to the 0.2.x milestone Jul 28, 2021
@Rekkonnect Rekkonnect modified the milestones: 0.2.x, Backlog Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant