QDP++
qdp_scalarsite_sse.h
Go to the documentation of this file.
1// -*- C++ -*-
2
8
9#ifndef QDP_SCALARSITE_SSE_H
10#define QDP_SCALARSITE_SSE_H
11
12#include "qdp_diagnostics.h"
13
14QDPXX_MESSAGE("Using SSE BLAS. If your compiler cant handle intrinsics your build will break")
15#include "scalarsite_sse/qdp_scalarsite_sse_linalg.h"
20
21//#if BASE_PRECISION == 32
22//#include "scalarsite_sse/sse_spin_aggregate.h"
23//#else
24//#include "scalarsite_sse/sse_spin_aggregate.h"
25//#include "scalarsite_generic/generic_spin_aggregate.h"
26//#endif
27
28#endif // guard
29
#define QDPXX_MESSAGE(s)
Blas optimizations.
Generic Scalarsite optimization hooks.