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

(Potentially) Incorrect size values of simd::mask for Neon and SSE2 ABIs #6

Open
JacobDomagala opened this issue Sep 14, 2021 · 0 comments

Comments

@JacobDomagala
Copy link
Collaborator

Both simd_mask<double, simd_abi::sse>::size() and simd_mask<double, simd_abi::neon>::size() return size of 4 (hardcoded), where underlying vector types are __m128d and uint64x2_t.

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

No branches or pull requests

1 participant