|
typedef float32x4_t | registertype |
|
|
| Vec4f (float f) |
|
| Vec4f (float f0, float f1, float f2, float f3) |
|
| Vec4f (float32x4_t const x) |
|
Vec4f & | operator= (float32x4_t const x) |
|
| operator float32x4_t () const |
|
Vec4f & | load (float const *p) |
|
Vec4f & | load_a (float const *p) |
|
void | store (float *p) const |
|
void | store_a (float *p) const |
|
float | extract (int index) const |
|
float | operator[] (int index) const |
|
|
static constexpr int | size () |
|
static constexpr int | elementtype () |
|
The documentation for this class was generated from the following file: