We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 804a77c + 1f2ae72 commit 1bd74adCopy full SHA for 1bd74ad
1 file changed
lapack/getf2/zgetf2_k.c
@@ -51,7 +51,8 @@ blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa,
51
blasint *ipiv;
52
FLOAT *a;
53
54
- FLOAT temp1, temp2, temp3, temp4, ratio, den;
+ volatile FLOAT temp1;
55
+ FLOAT temp2, temp3, temp4, ratio, den;
56
blasint i, j;
57
blasint ip, jp;
58
blasint info;
0 commit comments