IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported
authorWilly Tarreau <w@1wt.eu>
Wed, 12 May 2021 06:36:09 +0000 (08:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 May 2021 07:29:33 +0000 (09:29 +0200)
commit9e274280a471decfa8e53e0d271693d3b2caf53d
tree2c11bc412821acc96b5a8ca24c1f4f7e6a1de97b
parent027fdcb16894b0239e0659de7a20f0624fc89f30
IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported

On ARM with native CRC support, no need to inflate the executable with
a 4kB CRC table, let's just drop it.

This is slz upstream commit d8715db20b2968d1f3012a734021c0978758f911.
include/import/slz-tables.h
src/slz.c