Update axpby_vector.c

This commit is contained in:
Martin Kroeker 2024-02-04 20:49:41 +01:00 committed by GitHub
parent d65c01e3d0
commit 2cab2ca294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -439,4 +439,5 @@ int CNAME(BLASLONG n, FLOAT alpha, FLOAT *x, BLASLONG inc_x, FLOAT beta, FLOAT *
}
return(0);
}
}