mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-24 08:02:22 +00:00
This was making sure that the overflow in some our opcode implementations was visible to the C code so that overflow detection would work in gcc and clang. This is now handled on those compilers by using some built-ins that detect overflow. The `-fwrapv` should no longer be needed. Closes Interlisp/medley#90.
9.1 KiB
9.1 KiB