• Show log

    Commit

  • Hash : 16942c6f
    Author : Edward Thomson
    Date : 2015-02-12T17:36:48

    integer overflow: use compiler intrinsics if supported
    
    gcc and clang support __builtin_add_overflow, use it whenever
    possible, falling back to our naive routines.