Skip to content

Commit de13933

Browse files
authored
Remove spurious tests for complex ASUM and NRM2
1 parent ec2948f commit de13933

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ctest/c_sblas1.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ void F77_saxpy(blasint *N, const float *alpha, OPENBLAS_CONST float *X,
2121
return;
2222
}
2323

24-
float F77_scasum(blasint *N, float *X, blasint *incX)
25-
{
26-
return cblas_scasum(*N, X, *incX);
27-
}
28-
29-
float F77_scnrm2(blasint *N, OPENBLAS_CONST float *X, blasint *incX)
30-
{
31-
return cblas_scnrm2(*N, X, *incX);
32-
}
33-
3424
void F77_scopy(blasint *N, OPENBLAS_CONST float *X, blasint *incX,
3525
float *Y, blasint *incY)
3626
{

0 commit comments

Comments
 (0)