isa-l/erasure_code/ppc64le
Mattias Ellert 1b1ee1e18f erasure_code: fix wrong return type
erasure_code/ppc64le/gf_vect_mul_vsx.c: In function '_gf_vect_mul_base':
erasure_code/ppc64le/gf_vect_mul_vsx.c:14:16: error: 'return' with a value, in function returning void [-Wreturn-mismatch]
   14 |         return 0;
      |                ^
erasure_code/ppc64le/gf_vect_mul_vsx.c:6:13: note: declared here
    6 | static void _gf_vect_mul_base(int len, unsigned char *a, unsigned char *src,
      |             ^~~~~~~~~~~~~~~~~

Signed-off-by: Mattias Ellert <mattias.ellert@physics.uu.se>
2024-01-23 12:01:14 +00:00
..
ec_base_vsx.c erasure_code: check for size alignment on powerpc gf_vect_mul_vsx implementation 2024-01-15 15:48:14 +00:00
ec_base_vsx.h enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_2vect_dot_prod_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_2vect_mad_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_3vect_dot_prod_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_3vect_mad_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_4vect_dot_prod_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_4vect_mad_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_5vect_dot_prod_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_5vect_mad_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_6vect_dot_prod_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_6vect_mad_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_vect_dot_prod_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_vect_mad_vsx.c enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00
gf_vect_mul_vsx.c erasure_code: fix wrong return type 2024-01-23 12:01:14 +00:00
Makefile.am enable VSX SIMD in ISA-L for ppc64le 2020-02-20 09:40:43 -07:00