libflatarray icon indicating copy to clipboard operation
libflatarray copied to clipboard

Add short_vec::operator[] for acces to elements

Open hkaiser opened this issue 8 years ago • 2 comments

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

hkaiser avatar Nov 07 '16 03:11 hkaiser

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

gentryx avatar Nov 07 '16 15:11 gentryx

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.

hkaiser avatar Nov 07 '16 16:11 hkaiser