|
QDP++
|
Generic Scalar VAXPY routine. More...
#include "qdp_diagnostics.h"#include "scalarsite_sse/sse_linalg_mm_su3_double.h"#include <xmmintrin.h>#include "qdp_config.h"Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Macros | |
| #define | CMUL(z, x, y) |
| #define | CMADD(z, x, y) |
Functions | |
| void | QDP::ssed_m_eq_mm (REAL64 *m3, REAL64 *m2, REAL64 *m1, int n_mat) |
| void | QDP::ssed_m_peq_amm (REAL64 *m3, REAL64 *a, REAL64 *m2, REAL64 *m1, int n_mat) |
| void | QDP::ssed_m_eq_mm_u (REAL64 *m3, REAL64 *m2, REAL64 *m1, int n_mat) |
| void | QDP::ssed_m_peq_amm_u (REAL64 *m3, REAL64 *a, REAL64 *m2, REAL64 *m1, int n_mat) |
Generic Scalar VAXPY routine.
Definition in file sse_linalg_m_eq_mm_double.cc.
| #define CMADD | ( | z, | |
| x, | |||
| y ) |
Definition at line 33 of file sse_linalg_m_eq_mm_double.cc.
Referenced by QDP::ssed_m_eq_mm(), QDP::ssed_m_eq_mm_u(), QDP::ssed_m_peq_amm(), and QDP::ssed_m_peq_amm_u().
| #define CMUL | ( | z, | |
| x, | |||
| y ) |
Definition at line 19 of file sse_linalg_m_eq_mm_double.cc.
Referenced by QDP::ssed_m_eq_mm(), and QDP::ssed_m_eq_mm_u().