Skip to content

Commit

Permalink
Add (dummy) declaration of SBROT_M
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 25, 2025
1 parent 53d20a8 commit 1829ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_param.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ BLASLONG (*isbmin_k) (BLASLONG, float *, BLASLONG);
double (*dsbdot_k) (BLASLONG, float *, BLASLONG, float *, BLASLONG);

int (*sbrot_k) (BLASLONG, float *, BLASLONG, float *, BLASLONG, float, float);
int (*sbrotm_k) (BLASLONG, float *, BLASLONG, float *, BLASLONG, float *);

int (*sbaxpy_k) (BLASLONG, BLASLONG, BLASLONG, float, float *, BLASLONG, float *, BLASLONG, float *, BLASLONG);
int (*sbscal_k) (BLASLONG, BLASLONG, BLASLONG, float, float *, BLASLONG, float *, BLASLONG, float *, BLASLONG);
Expand Down

0 comments on commit 1829ac5

Please sign in to comment.