libsimdpp
1.0
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
simdpp::int8< 32, void > Class Template Reference
Class representing 32x 8-bit signed integer vector. More...
Inheritance diagram for simdpp::int8< 32, void >:

Public Types | |
using | element_type = int8_t |
using | base_vector_type = int8< 32 > |
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 | |
int8 ()=default | |
int8 (const int8< 32 > &)=default | |
int8< 32 > & | operator= (const int8< 32 > &)=default |
template<class E > | |
int8 (const int8< 32, E > &d) | |
template<class E > | |
int8 (const uint8< 32, E > &d) | |
template<class V > | |
int8 (const any_vec< 32, V > &d) | |
template<class V > | |
int8< 32 > & | operator= (const any_vec< 32, V > &d) |
operator native_type () const | |
Convert to the underlying vector type. More... | |
int8< 32 > | eval () const |
int8 (const native_type &d) | |
int8< 32 > & | operator= (const native_type &d) |
const int8< 32 > & | operator[] (unsigned) const |
int8< 32 > & | operator[] (unsigned) |
Static Public Member Functions | |
static int8< 32 > | zero () |
static int8< 32 > | ones () |
Static Public Attributes | |
static const unsigned | type_tag = SIMDPP_TAG_INT |
![]() | |
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::int8< 32, void >
Class representing 32x 8-bit signed integer vector.
Member Typedef Documentation
using simdpp::int8< 32, void >::base_vector_type = int8<32> |
using simdpp::int8< 32, void >::element_type = int8_t |
using simdpp::int8< 32, void >::expr_type = void |
Constructor & Destructor Documentation
|
default |
|
default |
template<class E >
|
inline |
template<class E >
|
inline |
template<class V >
|
inlineexplicit |
|
inline |
Construct from the underlying vector type
Member Function Documentation
|
inline |
|
inlinestatic |
|
inline |
Convert to the underlying vector type.
|
default |
template<class V >
|
inline |
|
inline |
Construct from the underlying vector type
|
inline |
Access base vectors
|
inline |
Access base vectors
|
inlinestatic |
Member Data Documentation
|
static |
The documentation for this class was generated from the following file:
- types/int8x32.h
Generated on Tue Apr 8 2014 03:14:35 for libsimdpp by
