1
0
mirror of https://github.com/git/git.git synced 2024-09-28 15:01:31 +02:00
git/ewah
Tom G. Christensen bd4e8822da 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>
2015-02-04 10:45:31 -08:00
..
bitmap.c ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00
ewah_bitmap.c ewah_bitmap.c: do not assume size_t and eword_t are the same size 2014-04-22 16:21:16 -07:00
ewah_io.c ewah: unconditionally ntohll ewah data 2014-02-12 11:21:29 -08:00
ewah_rlw.c ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00
ewok_rlw.h ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00
ewok.h ewah: fix building with gcc < 3.4.0 2015-02-04 10:45:31 -08:00