• Show log

    Commit

  • Hash : 2848923a
    Author : lhchavez
    Date : 2019-01-08T17:32:23

    Let GCC use the add/mul overflow intrinsics
    
    This change tweaks the macros for git__{add,multiply}_sizet_overflow so
    that GCC can use them.
    
    It also stops using the uadd,umul versions since the add,mul can handle
    way more cases.