libsimdpp  1.0
simdpp::int32< N, void > Class Template Reference

Class representing an signed int64 vector of arbitrary length. More...

Inheritance diagram for simdpp::int32< N, void >:

Public Types

using element_type = int32_t
 
using base_vector_type = int32v
 
using expr_type = void
 
- Public Types inherited from simdpp::any_int32< N, int32< N, void > >
using uint_element_type = uint32_t
 
using int_vector_type = int32< N >
 
using uint_vector_type = uint32< N >
 
using mask_vector_type = mask_int32< N >
 

Public Member Functions

 int32 ()=default
 
 int32 (const int32< N > &)=default
 
int32< N > & operator= (const int32< N > &)=default
 
template<class E >
 int32 (const int32< N, E > &d)
 
template<class E >
 int32 (const uint32< N, E > &d)
 
template<class V >
 int32 (const any_vec< N *4, V > &d)
 
template<class V >
int32< N > & operator= (const any_vec< N *4, V > &d)
 
const int32voperator[] (unsigned i) const
 
int32voperator[] (unsigned i)
 
int32< N > eval () const
 

Static Public Member Functions

static int32< N > zero ()
 
static int32< N > ones ()
 

Static Public Attributes

static const unsigned type_tag = SIMDPP_TAG_INT
 
- Static Public Attributes inherited from simdpp::any_int32< N, int32< N, 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, int32< N, void > >
static const unsigned size_tag
 
- Static Public Attributes inherited from simdpp::any_vec< N *4, int32< N, void > >
static const unsigned length_bytes
 

Detailed Description

template<unsigned N>
class simdpp::int32< N, void >

Class representing an signed int64 vector of arbitrary length.

The vector always contains at least one native vector.

Member Typedef Documentation

template<unsigned N>
using simdpp::int32< N, void >::base_vector_type = int32v
template<unsigned N>
using simdpp::int32< N, void >::element_type = int32_t
template<unsigned N>
using simdpp::int32< N, void >::expr_type = void

Constructor & Destructor Documentation

template<unsigned N>
simdpp::int32< N, void >::int32 ( )
default
template<unsigned N>
simdpp::int32< N, void >::int32 ( const int32< N > &  )
default
template<unsigned N>
template<class E >
simdpp::int32< N, void >::int32 ( const int32< N, E > &  d)
inline
template<unsigned N>
template<class E >
simdpp::int32< N, void >::int32 ( const uint32< N, E > &  d)
inline
template<unsigned N>
template<class V >
simdpp::int32< N, void >::int32 ( const any_vec< N *4, V > &  d)
inlineexplicit

Member Function Documentation

template<unsigned N>
int32<N> simdpp::int32< N, void >::eval ( ) const
inline
template<unsigned N>
static int32<N> simdpp::int32< N, void >::ones ( )
inlinestatic
template<unsigned N>
int32<N>& simdpp::int32< N, void >::operator= ( const int32< N > &  )
default
template<unsigned N>
template<class V >
int32<N>& simdpp::int32< N, void >::operator= ( const any_vec< N *4, V > &  d)
inline
template<unsigned N>
const int32v& simdpp::int32< N, void >::operator[] ( unsigned  i) const
inline
template<unsigned N>
int32v& simdpp::int32< N, void >::operator[] ( unsigned  i)
inline
template<unsigned N>
static int32<N> simdpp::int32< N, void >::zero ( )
inlinestatic

Member Data Documentation

template<unsigned N>
const unsigned simdpp::int32< N, void >::type_tag = SIMDPP_TAG_INT
static

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