mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
3d66317189
1. Add normal and reflected bits order functions for ISO format and Jones coefficients format. 2. Add a multi-binary macro for crc64 functions. 3. In order to decrease number of repeated test.c and perf.c files, using crc64_funcs_test.c and cr crc64_funcs_perf.c. 4. Add crc64_example.c to take the demonstration role. Change-Id: Icb8c14f1a84cd98f58eb12206ca605dea8a2cefb Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com> |
||
---|---|---|
.. | ||
crc16_t10dif_01.asm | ||
crc16_t10dif_by4.asm | ||
crc16_t10dif_perf.c | ||
crc16_t10dif_test.c | ||
crc32_ieee_01.asm | ||
crc32_ieee_by4.asm | ||
crc32_ieee_perf.c | ||
crc32_ieee_test.c | ||
crc32_iscsi_00.asm | ||
crc32_iscsi_01.asm | ||
crc32_iscsi_perf.c | ||
crc32_iscsi_test.c | ||
crc64_base.c | ||
crc64_ecma_norm_by8.asm | ||
crc64_ecma_refl_by8.asm | ||
crc64_example.c | ||
crc64_funcs_perf.c | ||
crc64_funcs_test.c | ||
crc64_iso_norm_by8.asm | ||
crc64_iso_refl_by8.asm | ||
crc64_jones_norm_by8.asm | ||
crc64_jones_refl_by8.asm | ||
crc64_multibinary.asm | ||
crc_base.c | ||
crc_multibinary.asm | ||
crc_simple_test.c | ||
Makefile.am |