Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -45/+47 |
| | | | Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048 | ||||
* | 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. |