Define AVS_COMMONS_HAVE_BUILTIN_MUL_OVERFLOW

Define Documentation

AVS_COMMONS_HAVE_BUILTIN_MUL_OVERFLOW

Is GNU __builtin_mul_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.