libsimdpp  1.0
simdpp::int8< 16, void > Class Template Reference

Class representing 16x 8-bit signed integer vector. More...

Inheritance diagram for simdpp::int8< 16, void >:

Public Types

using element_type = int8_t
 
using base_vector_type = int8< 16 >
 
using expr_type = void
 
using native_type = detail::array< int8_t, 16 >
 
- Public Types inherited from simdpp::any_int8< 16, int8< 16, 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< 16 > &)=default
 
int8< 16 > & operator= (const int8< 16 > &)=default
 
template<class E >
 int8 (const int8< 16, E > &d)
 
template<class E >
 int8 (const uint8< 16, E > &d)
 
template<class V >
 int8 (const any_vec< 16, V > &d)
 
template<class V >
int8< 16 > & operator= (const any_vec< 16, V > &d)
 
 operator native_type () const
 Convert to the underlying vector type. More...
 
int8< 16 > eval () const
 
 int8 (const native_type &d)
 
int8< 16 > & operator= (const native_type &d)
 
const int8< 16 > & operator[] (unsigned) const
 
int8< 16 > & operator[] (unsigned)
 

Static Public Member Functions

static int8< 16 > zero ()
 
static int8< 16 > ones ()
 

Static Public Attributes

static const unsigned type_tag = SIMDPP_TAG_INT
 
- Static Public Attributes inherited from simdpp::any_int8< 16, int8< 16, 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_vec8< N, int8< 16, void > >
static const unsigned size_tag
 
- Static Public Attributes inherited from simdpp::any_vec< N, int8< 16, void > >
static const unsigned length_bytes
 

Detailed Description

template<>
class simdpp::int8< 16, void >

Class representing 16x 8-bit signed integer vector.

Member Typedef Documentation

using simdpp::int8< 16, void >::base_vector_type = int8<16>
using simdpp::int8< 16, void >::element_type = int8_t
using simdpp::int8< 16, void >::expr_type = void
using simdpp::int8< 16, void >::native_type = detail::array<int8_t, 16>

Constructor & Destructor Documentation

simdpp::int8< 16, void >::int8 ( )
default
simdpp::int8< 16, void >::int8 ( const int8< 16 > &  )
default
template<class E >
simdpp::int8< 16, void >::int8 ( const int8< 16, E > &  d)
inline
template<class E >
simdpp::int8< 16, void >::int8 ( const uint8< 16, E > &  d)
inline
template<class V >
simdpp::int8< 16, void >::int8 ( const any_vec< 16, V > &  d)
inlineexplicit
simdpp::int8< 16, void >::int8 ( const native_type d)
inline

Construct from the underlying vector type

Member Function Documentation

int8<16> simdpp::int8< 16, void >::eval ( ) const
inline
static int8<16> simdpp::int8< 16, void >::ones ( )
inlinestatic
simdpp::int8< 16, void >::operator native_type ( ) const
inline

Convert to the underlying vector type.

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

Construct from the underlying vector type

const int8<16>& simdpp::int8< 16, void >::operator[] ( unsigned  ) const
inline

Access base vectors

int8<16>& simdpp::int8< 16, void >::operator[] ( unsigned  )
inline

Access base vectors

static int8<16> simdpp::int8< 16, void >::zero ( )
inlinestatic

Member Data Documentation

const unsigned simdpp::int8< 16, void >::type_tag = SIMDPP_TAG_INT
static

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