• Show log

    Commit

  • Hash : 7f8ae019
    Author : lhchavez
    Date : 2020-12-18T07:03:21

    Avoid using `__builtin_mul_overflow` with the clang+32-bit combo This causes clang to produce an undefined reference to `__mulodi4`. This could be fixed by statically linking some compiler-rt libraries to provide this symbol, but let's first stop the bleeding since doing the correct long-term fix requires some non-trivial CMake knowledge which I lack.