![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_HAS_BUILTIN_FABS |
A platform support query for testing if __builtin_fabs is defined.
Usage:
The value of this query is determined as follows, in order of precedence:
__builtin_fabs is defined, it is ARENE_ON_BY_DEFAULT ARENE_OFF_BY_DEFAULT | #define ARENE_HAS_BUILTIN_FABS_I_ ARENE_OFF_BY_DEFAULT |
| #define ARENE_HAS_BUILTIN_FABSF |
A platform support query for testing if __builtin_fabsf is defined.
Usage:
The value of this query is determined as follows, in order of precedence:
__builtin_fabsf is defined, it is ARENE_ON_BY_DEFAULT ARENE_OFF_BY_DEFAULT | #define ARENE_HAS_BUILTIN_FABSF_I_ ARENE_OFF_BY_DEFAULT |