Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimize linear sums (#904) | Alon Zakai | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Fix signed integer overflow UB (#430) | JF Bastien | 2016-05-03 | 1 | -1/+1 |
| | | | This puts us back where #404 wanted to be: all UB that ubsan knows about now causes an abort. This ins't to say that it's all gone, merely that our tests don't trigger any more UB which ubsan knows how to find :-) | ||||
* | add Log2 and Pow2 support methods | Alon Zakai | 2016-03-16 | 1 | -0/+25 |
| | |||||
* | fix gcc 4.8.2 breakage due to 66da1ee9cc70e3848c45745c21a244e54512fa9c | Alon Zakai | 2016-02-03 | 1 | -9/+13 |
| | |||||
* | Move bits.h to support/ | JF Bastien | 2016-02-03 | 1 | -0/+98 |
Faster compiles. |