QDP++
sse_blas_vaxpbyz4_double.cc File Reference

Generic Scalar VAXPY routine. More...

#include "scalarsite_sse/sse_blas_vaxpbyz4_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::vaxpbyz4 (REAL64 *z, REAL64 *a, REAL64 *x, REAL64 *b, REAL64 *y, int n_4vec)
void QDP::vaxpby4 (REAL64 *y, REAL64 *a, REAL64 *x, REAL64 *b, int n_4vec)

Detailed Description

Generic Scalar VAXPY routine.

Definition in file sse_blas_vaxpbyz4_double.cc.

Macro Definition Documentation

◆ L2BY2

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

Definition at line 16 of file sse_blas_vaxpbyz4_double.cc.