Avec
A collection of C++ classes for audio programming using SIMD instructions.
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
Vec4f Class Reference

Public Types

typedef float32x4_t registertype
 

Public Member Functions

 Vec4f (float f)
 
 Vec4f (float f0, float f1, float f2, float f3)
 
 Vec4f (float32x4_t const x)
 
Vec4foperator= (float32x4_t const x)
 
 operator float32x4_t () const
 
Vec4fload (float const *p)
 
Vec4fload_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 Public Member Functions

static constexpr int size ()
 
static constexpr int elementtype ()
 

Protected Attributes

float32x4_t vec
 

The documentation for this class was generated from the following file: