ergo
|
Vector class template for access to SIMD operations. More...
#include <vector_intrin.h>
Public Member Functions | |
void ALWAYS_INLINE | load_p (Treal const *ptr) |
void ALWAYS_INLINE | load1_p (Treal const *ptr) |
void ALWAYS_INLINE | store_p (Treal *ptr) const |
Vector_intrin< Treal, Treg > &ALWAYS_INLINE | operator*= (Vector_intrin< Treal, Treg > const &other) |
Vector_intrin< Treal, Treg > &ALWAYS_INLINE | operator+= (Vector_intrin< Treal, Treg > const &other) |
Vector_intrin< Treal, Treg > &ALWAYS_INLINE | operator+= (Treal const *ptr) |
void ALWAYS_INLINE | set_to_zero () |
Protected Attributes | |
Treg | values |
Vector class template for access to SIMD operations.
Currently supports a limited set of double and single precision SSE operations.
|
inline |
References _mm_load1_p(), ALWAYS_INLINE, and values.
|
inline |
|
inline |
References _mm_mul_p(), ALWAYS_INLINE, and values.
|
inline |
References _mm_add_p(), _mm_load_p(), ALWAYS_INLINE, and values.
|
inline |
References _mm_add_p(), ALWAYS_INLINE, and values.
|
inline |
References _mm_xor_p(), ALWAYS_INLINE, and values.
Referenced by MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Loop< T_loop_index, T_end >::set_to_zero().
|
inline |
References _mm_store_p(), ALWAYS_INLINE, and values.
Referenced by MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Loop< T_loop_index, T_end >::store().
|
protected |