-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new binary comp flag, update cmake matrix, add npf_bin_len * clzll since we're in a uintmax_t world * fix scope bug * Select _BitScanReverse of _BitScanReverse64 based on magic windows tokens * ULL * try windows again * _M_X64 * windows needs unsigned long for BSR * update size report CI with new flags * parenthesize subexpression * bsr * off by one * win32 doesn't have _BSR64, use software fallback * symbol for 32-bit tests, faster doctest * correct size when using clzll * bsr again * require -> check for logs * 32-bit windows * need to add 1 to bsr result * only works for large format specifiers, of course * beginnings of binary printing * more binary tests, fix subtle logic bug around when to skip cbuf_len prep * more binary tests, uncomment paland binary tests * paland submodule bump * bump mpaland-conformance * llb instead of lb in tests * remove spurious ; * fix binary tests that had bad define, whoops * better size reporting * fix typo * add alternate form tests so I remember what I was doing * comment out alternate form tests, try smaller clz when not using large specifiers * 0b alternate form mostly working, special-case clzl vs clzll * smarter BSR / CLZ logic, use the smallest version possible * only check for c++11 if large format specifiers are requested * Update README with binary printing functionality
- Loading branch information
1 parent
61f03ec
commit a072377
Showing
20 changed files
with
562 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.