We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9aff1 commit 1e0192aCopy full SHA for 1e0192a
1 file changed
kernel/riscv64/imin.c
@@ -53,7 +53,7 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
53
54
while(i < n)
55
{
56
- if( x[ix] > minf )
+ if( x[ix] < minf )
57
58
min = i;
59
minf = x[ix];
0 commit comments