mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 09:52:56 +01:00
Update windows config files
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
8b8ba4e968
commit
a075bfcc5d
@ -93,6 +93,14 @@ objs = \
|
||||
bin\crc32_ieee_by4.obj \
|
||||
bin\crc32_iscsi_00.obj \
|
||||
bin\crc32_iscsi_01.obj \
|
||||
bin\crc64_base.obj \
|
||||
bin\crc64_ecma_norm_by8.obj \
|
||||
bin\crc64_ecma_refl_by8.obj \
|
||||
bin\crc64_iso_norm_by8.obj \
|
||||
bin\crc64_iso_refl_by8.obj \
|
||||
bin\crc64_jones_norm_by8.obj \
|
||||
bin\crc64_jones_refl_by8.obj \
|
||||
bin\crc64_multibinary.obj \
|
||||
bin\crc_base.obj \
|
||||
bin\crc_data.obj \
|
||||
bin\crc_multibinary.obj \
|
||||
@ -101,14 +109,17 @@ objs = \
|
||||
bin\igzip.obj \
|
||||
bin\igzip_base.obj \
|
||||
bin\igzip_body_01.obj \
|
||||
bin\igzip_body_02.obj \
|
||||
bin\igzip_body_04.obj \
|
||||
bin\igzip_decode_block_stateless_01.obj \
|
||||
bin\igzip_decode_block_stateless_04.obj \
|
||||
bin\igzip_finish.obj \
|
||||
bin\igzip_inflate.obj \
|
||||
bin\igzip_inflate_multibinary.obj \
|
||||
bin\igzip_multibinary.obj \
|
||||
bin\igzip_stateless_01.obj \
|
||||
bin\igzip_stateless_04.obj \
|
||||
bin\igzip_stateless_base.obj \
|
||||
bin\crc_utils_01.obj \
|
||||
bin\crc_utils_04.obj \
|
||||
bin\igzip_update_histogram_01.obj \
|
||||
bin\igzip_update_histogram_04.obj \
|
||||
bin\rfc1951_lookup.obj \
|
||||
bin\detect_repeated_char.obj
|
||||
|
||||
INCLUDES = -I./ -Ierasure_code/ -Iraid/ -Icrc/ -Iigzip/ -Iinclude/
|
||||
@ -173,7 +184,8 @@ checks = \
|
||||
crc16_t10dif_test.exe \
|
||||
crc32_ieee_test.exe \
|
||||
crc32_iscsi_test.exe \
|
||||
igzip_check.exe
|
||||
crc64_funcs_test.exe \
|
||||
igzip_rand_test.exe
|
||||
|
||||
checks: lib $(checks)
|
||||
$(checks): $(@B).obj
|
||||
@ -182,22 +194,11 @@ check: $(checks)
|
||||
|
||||
# Unit tests
|
||||
tests = \
|
||||
gf_vect_mul_sse_test.exe \
|
||||
gf_vect_mul_avx_test.exe \
|
||||
gf_vect_mul_base_test.exe \
|
||||
gf_vect_dot_prod_sse_test.exe \
|
||||
gf_vect_dot_prod_avx_test.exe \
|
||||
gf_2vect_dot_prod_sse_test.exe \
|
||||
gf_3vect_dot_prod_sse_test.exe \
|
||||
gf_4vect_dot_prod_sse_test.exe \
|
||||
gf_5vect_dot_prod_sse_test.exe \
|
||||
gf_6vect_dot_prod_sse_test.exe \
|
||||
gf_vect_dot_prod_base_test.exe \
|
||||
gf_vect_dot_prod_test.exe \
|
||||
gf_vect_mad_test.exe \
|
||||
erasure_code_base_test.exe \
|
||||
erasure_code_sse_test.exe \
|
||||
igzip_rand_test.exe
|
||||
erasure_code_base_test.exe
|
||||
|
||||
tests: lib $(tests)
|
||||
$(tests): $(@B).obj
|
||||
@ -241,9 +242,5 @@ clean:
|
||||
-if exist isa-l.dll del isa-l.dll
|
||||
|
||||
zlib.lib:
|
||||
igzip_rand_test.exe: igzip_inflate_ref.obj
|
||||
igzip_inflate_perf.exe: igzip_inflate_ref.obj
|
||||
igzip_inflate_perf.exe: zlib.lib
|
||||
igzip_inflate_test.exe: igzip_inflate_ref.obj
|
||||
igzip_inflate_test.exe: zlib.lib
|
||||
igzip_check.exe: igzip_inflate_ref.obj
|
||||
|
17
isa-l.def
17
isa-l.def
@ -81,3 +81,20 @@ isal_deflate_init @77
|
||||
isal_update_histogram @78
|
||||
isal_create_hufftables @79
|
||||
isal_create_hufftables_subset @80
|
||||
isal_deflate_stateless_init @81
|
||||
isal_deflate_set_hufftables @82
|
||||
isal_inflate @83
|
||||
isal_inflate_stateless @84
|
||||
isal_inflate_init @85
|
||||
crc64_jones_norm_base @86
|
||||
crc64_jones_refl_base @87
|
||||
crc64_iso_norm_base @88
|
||||
crc64_iso_refl_base @89
|
||||
crc64_ecma_norm_base @90
|
||||
crc64_ecma_refl_base @91
|
||||
crc64_ecma_refl @92
|
||||
crc64_ecma_norm @93
|
||||
crc64_iso_refl @94
|
||||
crc64_iso_norm @95
|
||||
crc64_jones_refl @96
|
||||
crc64_jones_norm @97
|
||||
|
Loading…
Reference in New Issue
Block a user