This commit is contained in:
Martin Kroeker 2023-06-23 02:41:17 +02:00 committed by GitHub
parent 81586e7b0a
commit 13f0fe1f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,
*/
//https://github.com/xianyi/OpenBLAS/issues/695
#ifndef ARCH_RISCV64
CTEST(potrf, bug_695){
openblas_complex_float A1[100] =
@ -571,4 +571,4 @@ CTEST(potrf, smoketest_trivial){
}
}
}
#endif