mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-12 00:41:42 +08:00
Fix missing semicolon
This commit is contained in:
@@ -3453,7 +3453,7 @@ void LAPACK_zgedmdq(
|
||||
lapack_complex_double* s, lapack_int const* lds,
|
||||
lapack_complex_double* work, lapack_int const* lwork,
|
||||
lapack_int* iwork, lapack_int const* liwork,
|
||||
lapack_int* info )
|
||||
lapack_int* info );
|
||||
|
||||
#define LAPACK_cgesv LAPACK_GLOBAL(cgesv,CGESV)
|
||||
lapack_int LAPACK_cgesv(
|
||||
|
||||
Reference in New Issue
Block a user