Commit 0022acf
committed
Fix: Add proper function prototype for ZHEMM BLAS function
Replace the bare extern declaration with a proper function prototype that
specifies all 12 parameters. This resolves the "too many arguments to function"
compilation error by providing the compiler with the correct function signature.
Fixes the build failure in herm_matrix_mult.c:221 parent 04c8391 commit 0022acf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments