QDP++
qdp_sse_intrin.h
Go to the documentation of this file.
1#ifndef QDP_SSE_INTRIN_H
2#define QDP_SSE_INTRIN_H
3
4// Include the file with the SSE intrinsics in it
5#include <xmmintrin.h>
6namespace QDP {
7
8typedef union {
9 __m128 vector;
10 float floats[4];
11} SSEVec;
12};
13#endif
Yet another random number generator.
float floats[4]