Define AVS_COMMONS_HAVE_BUILTIN_ADD_OVERFLOW
Defined in File avs_commons_config.h
Define Documentation
-
AVS_COMMONS_HAVE_BUILTIN_ADD_OVERFLOW
Is GNU __builtin_add_overflow() extension available?
Affects time handling functions in avs_utils. If disabled, software overflow checking will be compiled. Note that this software overflow checking code relies on U2 representation of signed integers.