A special REAL4Vector with n-byte aligned memory data array.
Definition at line 70 of file VectorMath.h.
Data Fields | |
| UINT4 | length |
| number of 'usable' array entries (fully aligned) More... | |
| REAL4 * | data |
| start of aligned memory block More... | |
| REAL4 * | data0 |
| actual physical start of memory block, possibly not aligned More... | |
| UINT4 REAL4VectorAligned::length |
number of 'usable' array entries (fully aligned)
Definition at line 71 of file VectorMath.h.
| REAL4* REAL4VectorAligned::data |
start of aligned memory block
Definition at line 72 of file VectorMath.h.
| REAL4* REAL4VectorAligned::data0 |
actual physical start of memory block, possibly not aligned
Definition at line 73 of file VectorMath.h.