CbmRoot
LitTypes.h
Go to the documentation of this file.
1 
8 #ifndef LITTYPES_H_
9 #define LITTYPES_H_
10 
11 #ifdef HAVE_SSE
12 #include "vectors/P4_F32vec4.h"
13 #else
14 #include "vectors/PSEUDO_F32vec1.h"
15 #error LitNoSseFound
16 #endif
17 
18 #endif /* LITTYPES_H_ */