HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_MathLib.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: SYS_MathLib.h (SYS Library, C/C++)
7  */
8 
9 /*
10  * NOTE: This is automatically generated from SYS_MathLib.py
11  */
12 #ifndef __SYS_MathLib__
13 #define __SYS_MathLib__
14 
15 /// @file SYS_MathLib.h
16 /// Defines compile time math library constants for use in code.
17 
18 enum class SYS_MathLibs : char
19 {
20  System,
21  OpenLibm,
22  CoreMath
23 };
24 
25 #define SYS_MATHLIB SYS_MathLibs::CoreMath
26 #define SYS_MATHLIB_NAME CoreMath
27 
28 #define SYS_MATHLIB_COREMATH
29 
30 #endif
31 
SYS_MathLibs
Definition: SYS_MathLib.h:18