summaryrefslogtreecommitdiff
path: root/src/support/bits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+2
* Fix pow2 util and avoid pow2 for left shifting in ZeroRemover (#3293)Max Graey2020-10-281-1/+1
* Avoid UB in pow2 func (#3243)Max Graey2020-10-231-1/+1
* Optimize comparisons with 0/1 in boolean context (#3240)Max Graey2020-10-181-3/+11
* Optimize power of two float divisions (#3018)Max Graey2020-10-131-0/+24
* Simplify some numeric code (#3186)Max Graey2020-10-011-15/+3
* Clean up support/bits.h (#3177)Thomas Lively2020-09-301-24/+23
* Implement more cases for getMaxBits (#2879)Max Graey2020-09-171-0/+8
* Fix CountLeadingZeroes on MSVC (#3028)Alon Zakai2020-08-061-2/+5
* Fix build for win32 (#3001)Max Graey2020-07-291-2/+2
* Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)Max Graey2020-07-061-8/+6
* Optimize bit count polyfills (#2914)Max Graey2020-06-171-21/+66
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-45/+47
* optimize linear sums (#904)Alon Zakai2017-02-161-1/+1
* Fix signed integer overflow UB (#430)JF Bastien2016-05-031-1/+1
* add Log2 and Pow2 support methodsAlon Zakai2016-03-161-0/+25
* fix gcc 4.8.2 breakage due to 66da1ee9cc70e3848c45745c21a244e54512fa9cAlon Zakai2016-02-031-9/+13
* Move bits.h to support/JF Bastien2016-02-031-0/+98