isa-l/erasure_code
Daniel Verkamp d9ec2c4c8a ec: use standard types in struct slver
This matches the definition of struct slver elsewhere in the code.

Removes the last use of [U]INT{8,16,32,64} types.

Change-Id: I70761ac27add1e19808f1cebd6a7ee69ebd08dee
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2018-03-29 09:34:21 -07:00
..
ec_base_aliases.c ec: Add base function aliases 2017-03-30 17:40:16 -07:00
ec_base.c ec: use standard types in struct slver 2018-03-29 09:34:21 -07:00
ec_base.h Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
ec_highlevel_func.c ec: use standard types in struct slver 2018-03-29 09:34:21 -07:00
ec_multibinary.asm multibinary: move WRT_OPT macro to common header 2017-08-18 14:24:57 -07:00
erasure_code_base_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
erasure_code_base_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
erasure_code_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
erasure_code_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
erasure_code_update_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
erasure_code_update_test.c ec: Determine exact conditions where gf_gen_rs_matrix works 2017-06-26 04:11:12 -04:00
gen_rs_matrix_limits.c ec: Determine exact conditions where gf_gen_rs_matrix works 2017-06-26 04:11:12 -04:00
gf_2vect_dot_prod_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_dot_prod_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_dot_prod_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_dot_prod_sse_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_dot_prod_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_mad_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_mad_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_mad_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_2vect_mad_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_dot_prod_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_dot_prod_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_dot_prod_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_dot_prod_sse_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_dot_prod_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_mad_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_mad_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_mad_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_3vect_mad_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_dot_prod_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_dot_prod_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_dot_prod_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_dot_prod_sse_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_dot_prod_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_mad_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_mad_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_mad_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_4vect_mad_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_dot_prod_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_dot_prod_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_dot_prod_sse_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_dot_prod_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_mad_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_mad_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_5vect_mad_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_dot_prod_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_dot_prod_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_dot_prod_sse_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_dot_prod_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_mad_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_mad_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_6vect_mad_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_inverse_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_1tbl.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_base_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_dot_prod_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mad_avx2.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mad_avx512.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mad_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mad_perf.c build: fix compilation with CPU not supporting SSE 2018-02-23 06:13:10 -05:00
gf_vect_mad_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mad_test.c build: fix compilation with CPU not supporting SSE 2018-02-23 06:13:10 -05:00
gf_vect_mul_avx.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mul_base_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mul_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mul_sse.asm Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
gf_vect_mul_test.c test: Remove redundant arch-specific tests 2017-11-30 11:13:21 -07:00
Makefile.am test: Remove redundant arch-specific tests 2017-11-30 11:13:21 -07:00