OpenBLAS/utest
Martin Liska 18bcc36a69
Fix implementation of iamax_sse.S as reported in #2116.
The was a typo in iamax_sse.S where one of the comparison
was cmpeqps instead of cmpeqss. That misdetected index
for sequences where the minimum value was 0.
2020-02-17 09:01:53 +01:00
..
CMakeLists.txt Fix implementation of iamax_sse.S as reported in #2116. 2020-02-17 09:01:53 +01:00
Makefile Fix implementation of iamax_sse.S as reported in #2116. 2020-02-17 09:01:53 +01:00
ctest.h snprintf define consolidated to common.h 2019-04-22 17:01:34 -07:00
openblas_utest.h Refs #695 add testcase. 2016-03-01 01:05:56 -05:00
test_amax.c Fix utest bug when INTERFACE64=1. 2016-01-28 22:18:38 -06:00
test_axpy.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_dotu.c Remove stray include of complex.h 2018-12-30 14:39:18 +01:00
test_dsdot.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_fork.c Fix unknown type name __WAIT_STATUS on RHEL5 2018-10-04 14:37:08 +02:00
test_ismin.c Fix implementation of iamax_sse.S as reported in #2116. 2020-02-17 09:01:53 +01:00
test_kernel_regress.c TST: add SkylakeX AVX512 CI test 2019-05-14 11:32:23 -07:00
test_potrs.c Add trivial smoketest for xpotrf 2017-09-30 19:07:54 +02:00
test_rot.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_rotmg.c Rewrite ROTMG to address cases not covered by the netlib algorithm (#1480) 2018-03-04 17:39:56 +01:00
test_swap.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
utest_main.c Use ctest.h for unit test. Enable unit test on travis CI. 2016-01-29 11:35:31 +08:00
utest_main2.c Rewrite ROTMG to address cases not covered by the netlib algorithm (#1480) 2018-03-04 17:39:56 +01:00