libsimdpp
1.0
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
simdpp::uint8< N, void > Class Template Reference
Class representing an unsigned int8 vector of arbitrary length. More...
Inheritance diagram for simdpp::uint8< N, void >:

Public Types | |
using | element_type = uint8_t |
using | base_vector_type = uint8v |
using | expr_type = void |
![]() | |
using | uint_element_type = uint8_t |
using | int_vector_type = int8< N > |
using | uint_vector_type = uint8< N > |
using | mask_vector_type = mask_int8< N > |
Public Member Functions | |
uint8 ()=default | |
uint8 (const uint8< N > &)=default | |
uint8< N > & | operator= (const uint8< N > &)=default |
template<class E > | |
uint8 (const uint8< N, E > &d) | |
template<class E > | |
uint8 (const int8< N, E > &d) | |
template<class V > | |
uint8 (const any_vec< N, V > &d) | |
template<class V > | |
uint8< N > & | operator= (const any_vec< N, V > &d) |
const uint8v & | operator[] (unsigned i) const |
uint8v & | operator[] (unsigned i) |
uint8< N > | eval () const |
Static Public Member Functions | |
static uint8< N > | zero () |
static uint8< N > | ones () |
Static Public Attributes | |
static const unsigned | type_tag = SIMDPP_TAG_UINT |
![]() | |
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<unsigned N>
class simdpp::uint8< N, void >
Class representing an unsigned int8 vector of arbitrary length.
The vector always contains at least one native vector.
Member Typedef Documentation
template<unsigned N>
using simdpp::uint8< N, void >::base_vector_type = uint8v |
template<unsigned N>
using simdpp::uint8< N, void >::element_type = uint8_t |
template<unsigned N>
using simdpp::uint8< N, void >::expr_type = void |
Constructor & Destructor Documentation
template<unsigned N>
|
default |
template<unsigned N>
|
default |
template<unsigned N>
template<class E >
|
inline |
template<unsigned N>
template<class E >
|
inline |
template<unsigned N>
template<class V >
|
inlineexplicit |
Member Function Documentation
template<unsigned N>
|
inline |
template<unsigned N>
|
inlinestatic |
template<unsigned N>
|
default |
template<unsigned N>
template<class V >
|
inline |
template<unsigned N>
|
inline |
template<unsigned N>
|
inline |
template<unsigned N>
|
inlinestatic |
Member Data Documentation
template<unsigned N>
|
static |
The documentation for this class was generated from the following file:
- types/int8.h
Generated on Tue Apr 8 2014 03:14:35 for libsimdpp by
