libsimdpp  1.0
simdpp::float32< 8, void > Class Template Reference

Class representing float32x8 vector. More...

Inheritance diagram for simdpp::float32< 8, void >:

Public Types

using base_vector_type = float32< 8, void >
 
using expr_type = void
 
- Public Types inherited from simdpp::any_float32< 8, float32< 8, void > >
using element_type = float
 
using uint_element_type = uint32_t
 
using int_vector_type = int32< N >
 
using uint_vector_type = uint32< N >
 
using mask_vector_type = mask_float32< N >
 

Public Member Functions

 float32 ()=default
 
 float32 (const float32< 8 > &)=default
 
float32< 8 > & operator= (const float32< 8 > &)=default
 
template<class E >
 float32 (const float32< 8, E > &d)
 
template<class V >
 float32 (const any_vec< 32, V > &d)
 
template<class V >
float32< 8 > & operator= (const any_vec< 32, V > &d)
 
 operator native_type () const
 Convert to the underlying vector type. More...
 
float32< 8 > eval () const
 
 float32 (const native_type &d)
 
float32< 8 > & operator= (const native_type &d)
 
const float32< 8 > & operator[] (unsigned) const
 
float32< 8 > & operator[] (unsigned)
 

Static Public Member Functions

static float32< 8 > zero ()
 Creates a float32x4 vector with the contents set to zero. More...
 

Static Public Attributes

static const unsigned type_tag = SIMDPP_TAG_FLOAT
 
- Static Public Attributes inherited from simdpp::any_float32< 8, float32< 8, void > >
static const unsigned length
 
static const unsigned vec_length
 
static const unsigned num_bits
 
static const uint_element_type all_bits
 
- Static Public Attributes inherited from simdpp::any_vec32< N, float32< 8, void > >
static const unsigned size_tag
 
- Static Public Attributes inherited from simdpp::any_vec< N *4, float32< 8, void > >
static const unsigned length_bytes
 

Detailed Description

template<>
class simdpp::float32< 8, void >

Class representing float32x8 vector.

Member Typedef Documentation

using simdpp::float32< 8, void >::base_vector_type = float32<8,void>
using simdpp::float32< 8, void >::expr_type = void

Constructor & Destructor Documentation

simdpp::float32< 8, void >::float32 ( )
default
simdpp::float32< 8, void >::float32 ( const float32< 8 > &  )
default
template<class E >
simdpp::float32< 8, void >::float32 ( const float32< 8, E > &  d)
inline
template<class V >
simdpp::float32< 8, void >::float32 ( const any_vec< 32, V > &  d)
inlineexplicit
simdpp::float32< 8, void >::float32 ( const native_type &  d)
inline

Construct from the underlying vector type

Member Function Documentation

float32<8> simdpp::float32< 8, void >::eval ( ) const
inline
simdpp::float32< 8, void >::operator native_type ( ) const
inline

Convert to the underlying vector type.

float32<8>& simdpp::float32< 8, void >::operator= ( const float32< 8 > &  )
default
template<class V >
float32<8>& simdpp::float32< 8, void >::operator= ( const any_vec< 32, V > &  d)
inline
float32<8>& simdpp::float32< 8, void >::operator= ( const native_type &  d)
inline

Construct from the underlying vector type

const float32<8>& simdpp::float32< 8, void >::operator[] ( unsigned  ) const
inline

Access base vectors

float32<8>& simdpp::float32< 8, void >::operator[] ( unsigned  )
inline

Access base vectors

static float32<8> simdpp::float32< 8, void >::zero ( )
inlinestatic

Creates a float32x4 vector with the contents set to zero.

r0 = 0.0f
r1 = 0.0f
r2 = 0.0f
r3 = 0.0f

Member Data Documentation

const unsigned simdpp::float32< 8, void >::type_tag = SIMDPP_TAG_FLOAT
static

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