QDP++
sse_blas_vaxmyz4_double.h
Go to the documentation of this file.
1// $Id: sse_blas_vaxmyz4_double.h,v 1.3 2008-06-23 14:19:43 bjoo Exp $
2
7
8#ifndef QDP_SSE_BLAS_VAXMYZ4_DOUBLE
9#define QDP_SSE_BLAS_VAXMYZ4_DOUBLE
10
11#include "qdp_precision.h"
12namespace QDP {
13
14 void vaxmyz4(REAL64 *Out,REAL64 *scalep,REAL64 *InScale, REAL64 *Add,int n_4vec);
15 void vaxmy4(REAL64 *Out,REAL64 *scalep,REAL64 *InScale, int n_4spin);
16
17} // namespace QDP;
18
19#endif // guard
double REAL64
Yet another random number generator.
void vaxmyz4(REAL64 *Out, REAL64 *scalep, REAL64 *InScale, REAL64 *Add, int n_4vec)
void vaxmy4(REAL64 *Out, REAL64 *scalep, REAL64 *InScale, int n_4spin)
PRECISION ISSUES.