#include <mm_kernel_inner_sse2_A.h>
|
typedef real const *const | PtrTypePacked |
| Type of packed pointer - note the presence of const qualifiers.
|
|
typedef real * | PtrType |
| Type of matrix pointer - note the absence of const qualifiers.
|
|
|
static void | exec (PtrType X, PtrTypePacked X_packed, int const row_k, int const col_k, int const rows_total_matrix, int const cols_total_matrix) |
|
◆ PtrType
template<typename T_real , typename T_reg , int T_M, int T_N, int T_K>
template<int T_rows, int T_cols, typename T_ordering_kernel , int T_repetitions>
template<typename T_ordering_matrix >
typedef real* MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix >::PtrType |
Type of matrix pointer - note the absence of const qualifiers.
◆ PtrTypePacked
template<typename T_real , typename T_reg , int T_M, int T_N, int T_K>
template<int T_rows, int T_cols, typename T_ordering_kernel , int T_repetitions>
template<typename T_ordering_matrix >
typedef real const* const MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix >::PtrTypePacked |
Type of packed pointer - note the presence of const qualifiers.
◆ exec()
template<typename T_real , typename T_reg , int T_M, int T_N, int T_K>
template<int T_rows, int T_cols, typename T_ordering_kernel , int T_repetitions>
template<typename T_ordering_matrix >
static void MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix >::exec |
( |
PtrType | X, |
|
|
PtrTypePacked | X_packed, |
|
|
int const | row_k, |
|
|
int const | col_k, |
|
|
int const | rows_total_matrix, |
|
|
int const | cols_total_matrix ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: