QDP++
include
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>
6
namespace
QDP
{
7
8
typedef
union
{
9
__m128
vector
;
10
float
floats
[4];
11
}
SSEVec
;
12
};
13
#endif
QDP
Yet another random number generator.
Definition
qdp_bgq_threadbind.cc:16
QDP::SSEVec
Definition
qdp_sse_intrin.h:8
QDP::SSEVec::vector
__m128 vector
Definition
qdp_sse_intrin.h:9
QDP::SSEVec::floats
float floats[4]
Definition
qdp_sse_intrin.h:10
Generated by
1.16.1