QDP++
sse_blas_vaxpbyz4_double.h
Go to the documentation of this file.
1// $Id: sse_blas_vaxpbyz4_double.h,v 1.3 2008-06-23 14:19:43 bjoo Exp $
2
7
8#ifndef QDP_SSE_BLAS_VAXPBYZ4_DOUBLE
9#define QDP_SSE_BLAS_VAXPBYZ4_DOUBLE
10
11#include "qdp_precision.h"
12
13namespace QDP {
14
15 void vaxpbyz4(REAL64 *z, REAL64 *a, REAL64 *x, REAL64 *b, REAL64 *y, int n_4vec);
16
17 void vaxpby4(REAL64 *y, REAL64 *a, REAL64 *x, REAL64 *b, int n_4vec);
18
19} // namespace QDP;
20
21#endif // guard
double REAL64
Yet another random number generator.
void vaxpby4(REAL64 *y, REAL64 *a, REAL64 *x, REAL64 *b, int n_4vec)
void vaxpbyz4(REAL64 *z, REAL64 *a, REAL64 *x, REAL64 *b, REAL64 *y, int n_4vec)
PRECISION ISSUES.