mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
85716fe2fe
Prior to this change, a missing loop bounds check in the aarch64 version of gf_vect_mul would cause the routine to return 1 (error) in the normal case. This change introduces a check and branch to "return_pass" (success), and also adds checks of the return code of gf_vect_mul to the supplied unit test; it was previously ignored. Change-Id: I9f7fe0014189b24f9600e0473ee02b5316c2da91 Signed-off-by: Surendar Chandra <vsurench@amazon.com> |
||
---|---|---|
.. | ||
ec_base_vsx.c | ||
ec_base_vsx.h | ||
gf_2vect_dot_prod_vsx.c | ||
gf_2vect_mad_vsx.c | ||
gf_3vect_dot_prod_vsx.c | ||
gf_3vect_mad_vsx.c | ||
gf_4vect_dot_prod_vsx.c | ||
gf_4vect_mad_vsx.c | ||
gf_5vect_dot_prod_vsx.c | ||
gf_5vect_mad_vsx.c | ||
gf_6vect_dot_prod_vsx.c | ||
gf_6vect_mad_vsx.c | ||
gf_vect_dot_prod_vsx.c | ||
gf_vect_mad_vsx.c | ||
gf_vect_mul_vsx.c | ||
Makefile.am |