Added axpy unit test with incx==0 and incy==0.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user