QDP++
qdp_defs.h
Go to the documentation of this file.
1// -*- C++ -*-
14
15#ifndef QDP_DEFS_H
16#define QDP_DEFS_H
17
18#include <qdp_config.h>
19#include "qdp_precision.h"
20
21#if defined(ARCH_SCALAR) || defined(ARCH_PARSCALAR)
22#include "qdp_scalarsite_defs.h"
23
24#elif defined(ARCH_SCALARVEC) || defined(ARCH_PARSCALARVEC)
26
27#else
28#error "Unknown architecture ARCH"
29#endif
30
31#endif
PRECISION ISSUES.
Type definitions.
Type definitions.