Object allowing positioning of values in a SIMD vector. More...
#include <arcane/core/SimdItem.h>
Public Member Functions | |
| SimdSetter (DataType *ARCANE_RESTRICT _data, const SimdInfo::SimdInt32IndexType &ARCANE_RESTRICT _indexes) | |
| void | operator= (const SimdType &vr) |
| void | operator= (const DataType &v) |
Private Types | |
| typedef SimdTypeTraits< DataType >::SimdType | SimdType |
Private Attributes | |
| const SimdInfo::SimdInt32IndexType &ARCANE_RESTRICT | idx |
| DataType *ARCANE_RESTRICT | m_data |
Object allowing positioning of values in a SIMD vector.
Definition at line 360 of file SimdItem.h.
|
private |
Definition at line 362 of file SimdItem.h.
|
inline |
Definition at line 366 of file SimdItem.h.
|
inline |
Definition at line 379 of file SimdItem.h.
|
inline |
Definition at line 375 of file SimdItem.h.
|
private |
Definition at line 387 of file SimdItem.h.
|
private |
Definition at line 388 of file SimdItem.h.