diff options
author | Tom G. Christensen <tgc@statsbiblioteket.dk> | 2015-02-04 09:23:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-04 10:45:31 -0800 |
commit | bd4e8822da3bf6ce28a0c5f7c1bbf1b6341c0586 (patch) | |
tree | 79f4862187a7b453697eeb583b25be9d6d673f01 /ewah/ewah_io.c | |
parent | pack-bitmap: do not use gcc packed attribute (diff) | |
download | tgif-bd4e8822da3bf6ce28a0c5f7c1bbf1b6341c0586.tar.xz |
ewah: fix building with gcc < 3.4.0
The __builtin_ctzll function was added in gcc 3.4.0.
This extends the check for gcc so that use of __builtin_ctzll is only
enabled if gcc >= 3.4.0.
Signed-off-by: Tom G. Christensen <tgc@statsbiblioteket.dk>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah/ewah_io.c')
0 files changed, 0 insertions, 0 deletions