FairRoot/PandaRoot
Common/CbmL1Def.h
Go to the documentation of this file.
1 #ifndef CbmL1Def_h
2 #define CbmL1Def_h 1
3 
4 #define HAVE_SSE
5 
6 #ifdef HAVE_SSE
7  #include "vectors/P4_F32vec4.h"
8 #else
9  #include "vectors/PSEUDO_F32vec4.h"
10  #error NoSseFound
11 #endif // HAVE_SSE
12 
13 #endif // CbmL1Def_h