Added axpy unit test with incx==0 and incy==0.

This commit is contained in:
Xianyi Zhang
2011-02-21 00:17:33 +08:00
parent 78da0e0a0c
commit 109b86d00e
5 changed files with 133 additions and 1 deletions

View File

@@ -49,4 +49,9 @@ void test_zswap_inc_0(void);
void test_sswap_inc_0(void);
void test_cswap_inc_0(void);
void test_daxpy_inc_0(void);
void test_zaxpy_inc_0(void);
void test_saxpy_inc_0(void);
void test_caxpy_inc_0(void);
#endif