sunder icon indicating copy to clipboard operation
sunder copied to clipboard

Remove dependence on `__builtin_*_overflow` builtins in generated C

Open ashn-dot-dev opened this issue 10 months ago • 0 comments

Currently, addition, subtraction, and multiplication rely on the GCC/Clang builtins __builtin_add_overflow, __builtin_sub_overflow, __builtin_mul_overflow. Replace these builtins with an strictly standards compliant versions wrapping arithmetic functions.

Resources:

ashn-dot-dev avatar Apr 26 '24 16:04 ashn-dot-dev