Skip to content

Commit b3fa163

Browse files
authored
fix prototype for c/zaxpby
1 parent e9cfb7f commit b3fa163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,8 @@ xdouble BLASFUNC(qlamc3)(xdouble *, xdouble *);
773773

774774
void BLASFUNC(saxpby) (blasint *, float *, float *, blasint *, float *, float *, blasint *);
775775
void BLASFUNC(daxpby) (blasint *, double *, double *, blasint *, double *, double *, blasint *);
776-
void BLASFUNC(caxpby) (blasint *, float *, float *, blasint *, float *, float *, blasint *);
777-
void BLASFUNC(zaxpby) (blasint *, double *, double *, blasint *, double *, double *, blasint *);
776+
void BLASFUNC(caxpby) (blasint *, void *, float *, blasint *, void *, float *, blasint *);
777+
void BLASFUNC(zaxpby) (blasint *, void *, double *, blasint *, void *, double *, blasint *);
778778

779779
void BLASFUNC(somatcopy) (char *, char *, blasint *, blasint *, float *, float *, blasint *, float *, blasint *);
780780
void BLASFUNC(domatcopy) (char *, char *, blasint *, blasint *, double *, double *, blasint *, double *, blasint *);

0 commit comments

Comments
 (0)