summaryrefslogtreecommitdiff
path: root/lib/count-leading-zeros.h
Commit message (Expand)AuthorAgeFilesLines
* count-leading-zeros: use 64-bit intrinsics on 32-bit WindowsPaul Eggert2015-01-061-5/+0
* count-leading-zeros: fix pragma typosPaul Eggert2015-01-061-2/+2
* count-leading-zeros: avoid 64-bit intrinsics on 32-bit WindowsPádraig Brady2015-01-061-0/+5
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* count-leading-zeros: port to MSC; support types wider than 64 bitsPaul Eggert2013-10-071-28/+41
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* count-leading-zeros: better 'inline'Paul Eggert2012-11-291-4/+11
* count-leading-zeros: use a lookup table on non-gcc compilersEric Blake2012-08-111-25/+16
* count-leading-zeros: new moduleEric Blake2012-08-101-0/+100