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

SIMDVector<Integer> lacks division #45

Closed
romeric opened this issue Mar 4, 2020 · 1 comment
Closed

SIMDVector<Integer> lacks division #45

romeric opened this issue Mar 4, 2020 · 1 comment

Comments

@romeric
Copy link
Owner

romeric commented Mar 4, 2020

Integer division is not implemented for SIMDVectors. Given that SIMD integer division does not exist, this should be implemented like trigonometric functions regardless of how slow it might be, as lack of this is a big limitation.

@romeric
Copy link
Owner Author

romeric commented Mar 6, 2020

Division for integral simd vectors has now been implemented and tested (refer to 383b66d
). The whole of test_nd_views_2 now passes for int32 and int64 simd types.

@romeric romeric closed this as completed Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant