Browse Source

Remove spurious complex16 tests

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
74e358bcd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      ctest/c_dblas1.c

+ 0
- 10
ctest/c_dblas1.c View File

@@ -74,16 +74,6 @@ void F77_dswap( const int *N, double *X, const int *incX,
return; return;
} }


double F77_dzasum(const int *N, void *X, const int *incX)
{
return cblas_dzasum(*N, X, *incX);
}

double F77_dznrm2(const int *N, OPENBLAS_CONST void *X, const int *incX)
{
return cblas_dznrm2(*N, X, *incX);
}

int F77_idamax(const int *N, OPENBLAS_CONST double *X, const int *incX) int F77_idamax(const int *N, OPENBLAS_CONST double *X, const int *incX)
{ {
if (*N < 1 || *incX < 1) return(0); if (*N < 1 || *incX < 1) return(0);


Loading…
Cancel
Save