Browse Source

Remove spurious tests for complex ASUM and NRM2

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
de139337b8
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_sblas1.c

+ 0
- 10
ctest/c_sblas1.c View File

@@ -21,16 +21,6 @@ void F77_saxpy(blasint *N, const float *alpha, OPENBLAS_CONST float *X,
return;
}

float F77_scasum(blasint *N, float *X, blasint *incX)
{
return cblas_scasum(*N, X, *incX);
}

float F77_scnrm2(blasint *N, OPENBLAS_CONST float *X, blasint *incX)
{
return cblas_scnrm2(*N, X, *incX);
}

void F77_scopy(blasint *N, OPENBLAS_CONST float *X, blasint *incX,
float *Y, blasint *incY)
{


Loading…
Cancel
Save