You can not select more than 25 topicsTopics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
The following openblas_utest tests fail when the RISCV64_ZVL128B
core is enabled.
TEST 39/106 sscal:0_nan [FAIL]
ERR: test_zscal.c:19 should be true
TEST 40/106 sscal:0_nan_inc_2 [FAIL]
ERR: test_zscal.c:31 should be true
TEST 41/106 sscal:nan_0 [OK]
TEST 42/106 sscal:nan_0_inc_2 [OK]
TEST 43/106 sscal:0_inf [FAIL]
ERR: test_zscal.c:65 should be true
TEST 44/106 sscal:0_inf_inc_2 [FAIL]
ERR: test_zscal.c:77 should be true
This commit fixes the issue by porting the fixes made to
riscv64/scal_vector.c in PR #4729.
Signed-off-by: Mark Ryan <markdryan@rivosinc.com>