Emulates a vector. More...
#include <neon.hpp>
Public Member Functions | |
const T & | operator[] (unsigned i) const |
T & | operator[] (unsigned i) |
Public Attributes | |
T | data [S] |
Emulates a vector.
Gcc also supports attribute ((vector_size (8))) but that only works with gcc, not with g++. It also is not portable.
T | The base type of the vector. |
S | The size of the vector. |