Closed GoogleCodeExporter closed 8 years ago
Thanks for notifying
The fallback exists,
it can be triggered using _FORCE_SW_BITCOUNT into lz4.c :
// Uncomment this parameter if your target system does not support hardware bit
count
//#define _FORCE_SW_BITCOUNT
Now, i guess that the problem is that this trigger is manual....
Original comment by yann.col...@gmail.com
on 16 Feb 2012 at 9:34
Original comment by yann.col...@gmail.com
on 16 Feb 2012 at 9:47
Please find in attached file a candidate version rc56.
It adds automatic detection of GCC version, in order to enable Hardware Bit
Count only for versions 3.4 and higher.
Please don't hesitate to comment.
Original comment by yann.col...@gmail.com
on 16 Feb 2012 at 9:51
Attachments:
Looks good. Thanks.
Original comment by g...@cpan.org
on 16 Feb 2012 at 10:04
GCC version verification for Hardware Bit Count has been added to r56.
Original comment by yann.col...@gmail.com
on 20 Feb 2012 at 8:54
option added in r56
Original comment by yann.col...@gmail.com
on 20 Feb 2012 at 8:54
Original issue reported on code.google.com by
g...@cpan.org
on 16 Feb 2012 at 9:02