|
Generic SIMD Intrinsic Library API
0.6
|
data representation and operations on a vector of 8 pointers. This is only used in gather and scatter. More...
#include <generic8.h>
Public Member Functions | |
| svec (void *p0, void *p1, void *p2, void *p3, void *p4, void *p5, void *p6, void *p7) | |
| Constructor. More... | |
data representation and operations on a vector of 8 pointers. This is only used in gather and scatter.
including gather general/gather base offsets, scatter general, scatter base offsets
Here, we will define a special compile time dependent type for ptrs vector
| generic::svec< 8, void * >::svec | ( | void * | p0, |
| void * | p1, | ||
| void * | p2, | ||
| void * | p3, | ||
| void * | p4, | ||
| void * | p5, | ||
| void * | p6, | ||
| void * | p7 | ||
| ) |
Constructor.
1.8.5