summaryrefslogtreecommitdiff
path: root/lib/count-leading-zeros.h
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Use __builtin_clz{,l,ll} with clang, also on Windows.Bruno Haible2020-08-051-1/+2
* Add ‘extern "C"’ to count-one-bits.h etc.Paul Eggert2020-02-211-0/+8
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* count-leading-zeros: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-2/+0
* Update some URLsPaul Eggert2019-09-221-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-1/+2
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* 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