-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
42 lines (33 loc) · 1.08 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
* @file <sps/config.h>
* @author Jens Munk Hansen <jens.munk.hansen@gmail.com>
* @date Tue Apr 29 19:46:27 2014
*
* @brief Auto-generated configuration file
*
*
*/
/** @defgroup SPS SPS
*
* This module is a generic module with many utilities
*
*/
#pragma once
#cmakedefine HAVE_CONFIG_H @HAVE_CONFIG_H@
#cmakedefine HAVE_EMMINTRIN_H @HAVE_EMMINTRIN_H@
#cmakedefine HAVE_PMMINTRIN_H @HAVE_PMMINTRIN_H@
#cmakedefine HAVE_SMMINTRIN_H @HAVE_SMMINTRIN_H@
#cmakedefine HAVE_IMMINTRIN_H @HAVE_IMMINTRIN_H@
#cmakedefine HAVE_FMAINTRIN_H @HAVE_FMAINTRIN_H@
#cmakedefine HAVE_ZMMINTRIN_H @HAVE_ZMMINTRIN_H@
#cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
#cmakedefine HAVE_PTHREAD_H @HAVE_PTHREAD_H@
#cmakedefine HAVE_ITOA @HAVE_ITOA@
#cmakedefine HAVE_UTOA @HAVE_UTOA@
#cmakedefine HAVE_PTOA @HAVE_PTOA@
#cmakedefine USE_FFTW_THREADS @USE_FFTW_THREADS@
#define ROTATION_CONVENTION_EULER_ZYZ 0
#define ROTATION_CONVENTION_EULER_YXY 1
#define ROTATION_CONVENTION_EXTRINSIC_XYZ 2
#define ROTATION_CONVENTION @ROTATION_CONVENTION@
#cmakedefine USE_PROGRESS_BAR @USE_PROGRESS_BAR@