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