Update zscal_vector.c

This commit is contained in:
Martin Kroeker
2024-01-07 19:14:41 +01:00
committed by GitHub
parent 0c33b57f5f
commit b08a208365

View File

@@ -80,7 +80,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r,FLOAT da_i, F
j += gvl;
ix += inc_x * 2 * gvl;
}
else if(da_r == 0.0 && da_i == 0.0){
} else if(da_r == 0.0 && da_i == 0.0){
gvl = VSETVL(n);
BLASLONG stride_x = inc_x * 2 * sizeof(FLOAT);
BLASLONG inc_xv = inc_x * 2 * gvl;