CNL  2.0.2 (development)
Compositional Numeric Library
config.h File Reference

definitions which can be used to configure CNL library More...

Go to the source code of this file.

Macros

#define CNL_INT128_ENABLED
 non-zero iff CNL is configured to support 128-bit integers More...
 
#define CNL_USE_INT128   1
 user flag enables or disables support for __int128 on 64-bit GCC/Clang platforms; defaults to 1 on supported platforms. More...
 

Detailed Description

definitions which can be used to configure CNL library

Macro Definition Documentation

◆ CNL_INT128_ENABLED

#define CNL_INT128_ENABLED

non-zero iff CNL is configured to support 128-bit integers

See also
CNL_USE_INT128, cnl::int128_t, cnl::uint128_t

◆ CNL_USE_INT128

#define CNL_USE_INT128   1

user flag enables or disables support for __int128 on 64-bit GCC/Clang platforms; defaults to 1 on supported platforms.

Note
GCC pedantic warnings must be disabled in order to use __int128.
See also
CNL_INT128_ENABLED, cnl::int128_t, cnl::uint128_t