QDP++
sse_blas_local_sumsq_double.h
Go to the documentation of this file.
1// $Id: sse_blas_local_sumsq_double.h,v 1.2 2008-06-18 16:03:02 bjoo Exp $
2
7
8#ifndef QDP_SSE_BLAS_LOCAL_SUMSQ_DOUBLE
9#define QDP_SSE_BLAS_LOCAL_SUMSQ_DOUBLE
10
11#include "qdp_precision.h"
12
13namespace QDP {
14
15 void local_sumsq4(REAL64 *sum, REAL64 *vecptr, int n_4spin);
16
17
18} // namespace QDP;
19
20#endif // guard
double REAL64
UnaryReturn< C, FnSum >::Type_t sum(const QDPType< T, C > &s1)
OScalar = sum(source).
Yet another random number generator.
void local_sumsq4(REAL64 *sum, REAL64 *vecptr, int n_4spin)
PRECISION ISSUES.