libsimdpp
1.0
|
simdpp::mask_float32< 8, void > Class Template Reference
Class representing possibly optimized mask data for 4x 32-bit floating-point vector. More...
Inheritance diagram for simdpp::mask_float32< 8, void >:

Public Types | |
using | base_vector_type = mask_float32< 8, void > |
using | expr_type = 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 | |
mask_float32 ()=default | |
mask_float32 (const mask_float32< 8 > &)=default | |
mask_float32< 8 > & | operator= (const mask_float32< 8 > &)=default |
mask_float32 (const native_type &d) | |
template<class E > | |
mask_float32 (const mask_int32< 8, E > &d) | |
template<class E > | |
mask_float32< 8 > & | operator= (const mask_int32< 8, E > &d) |
float32< 8 > | unmask () const |
Access the underlying type. More... | |
const mask_float32< 8 > & | operator[] (unsigned) const |
mask_float32< 8 > & | operator[] (unsigned) |
mask_float32< 8 > | eval () const |
Static Public Attributes | |
static const unsigned | type_tag = SIMDPP_TAG_MASK_FLOAT |
![]() | |
static const unsigned | length |
static const unsigned | vec_length |
static const unsigned | num_bits |
static const uint_element_type | all_bits |
![]() | |
static const unsigned | size_tag |
![]() | |
static const unsigned | length_bytes |
Detailed Description
template<>
class simdpp::mask_float32< 8, void >
Class representing possibly optimized mask data for 4x 32-bit floating-point vector.
Member Typedef Documentation
using simdpp::mask_float32< 8, void >::base_vector_type = mask_float32<8,void> |
using simdpp::mask_float32< 8, void >::expr_type = void |
Constructor & Destructor Documentation
|
default |
|
default |
|
inline |
template<class E >
|
inlineexplicit |
Member Function Documentation
|
inline |
|
default |
template<class E >
|
inline |
|
inline |
|
inline |
|
inline |
Access the underlying type.
Member Data Documentation
|
static |
The documentation for this class was generated from the following file:
- types/float32x8.h
Generated on Tue Apr 8 2014 03:14:35 for libsimdpp by
