Skip to content

Commit 74e358b

Browse files
authored
Remove spurious complex16 tests
1 parent 26792d2 commit 74e358b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ctest/c_dblas1.c

-10
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,6 @@ void F77_dswap( const int *N, double *X, const int *incX,
7474
return;
7575
}
7676

77-
double F77_dzasum(const int *N, void *X, const int *incX)
78-
{
79-
return cblas_dzasum(*N, X, *incX);
80-
}
81-
82-
double F77_dznrm2(const int *N, OPENBLAS_CONST void *X, const int *incX)
83-
{
84-
return cblas_dznrm2(*N, X, *incX);
85-
}
86-
8777
int F77_idamax(const int *N, OPENBLAS_CONST double *X, const int *incX)
8878
{
8979
if (*N < 1 || *incX < 1) return(0);

0 commit comments

Comments
 (0)