QDP++
sse_blas_vaxpy4_double.cc File Reference

Generic Scalar VAXPY routine. More...

#include "scalarsite_sse/sse_blas_vaxpy4_double.h"
#include <xmmintrin.h>
#include "scalarsite_sse/sse_prefetch.h"

Go to the source code of this file.

Namespaces

namespace  QDP
 Yet another random number generator.

Macros

#define L2BY2   1365 /* L2 / 2 in SPINORS */

Functions

void QDP::vaxpy4 (REAL64 *Out, REAL64 *scalep, REAL64 *InScale, int n_4spin)
void QDP::vaxpyz4 (REAL64 *Out, REAL64 *scalep, REAL64 *InScale, REAL64 *Add, int n_4vec)

Detailed Description

Generic Scalar VAXPY routine.

Definition in file sse_blas_vaxpy4_double.cc.

Macro Definition Documentation

◆ L2BY2

#define L2BY2   1365 /* L2 / 2 in SPINORS */

Definition at line 16 of file sse_blas_vaxpy4_double.cc.