Skip to content

Commit

Permalink
Merge pull request #5098 from martin-frbg/issue5095
Browse files Browse the repository at this point in the history
Fix compilation with BUILD_BFLOAT16 enabled
  • Loading branch information
martin-frbg authored Jan 25, 2025
2 parents 53d20a8 + 1829ac5 commit fdeac17
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 fdeac17

Please sign in to comment.