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 short_vec::operator[] for acces to elements #24

Open
hkaiser opened this issue Nov 7, 2016 · 2 comments
Open

Add short_vec::operator[] for acces to elements #24

hkaiser opened this issue Nov 7, 2016 · 2 comments
Assignees

Comments

@hkaiser
Copy link
Contributor

hkaiser commented Nov 7, 2016

This is available from similar libraries (like Vc or Boost.Simd).

@gentryx gentryx self-assigned this Nov 7, 2016
@gentryx
Copy link
Owner

gentryx commented Nov 7, 2016

@hkaiser Do you read-only or read-write access?

@hkaiser
Copy link
Contributor Author

hkaiser commented Nov 7, 2016

For the implementation of the parallel algorithms we currently just need read-only access. IIUC, the other libraries (Vc, Boost.Simd) provide the operator[] for both, read and write access to the elements.

gentryx added a commit that referenced this issue Nov 8, 2016
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

2 participants