Browse Source

Update axpby_vector.c

pull/4483/head
Martin Kroeker GitHub 2 years ago
parent
commit
2cab2ca294
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/riscv64/axpby_vector.c

+ 1
- 0
kernel/riscv64/axpby_vector.c View File

@@ -438,5 +438,6 @@ int CNAME(BLASLONG n, FLOAT alpha, FLOAT *x, BLASLONG inc_x, FLOAT beta, FLOAT *
} }
} }
return(0); return(0);
}
} }



Loading…
Cancel
Save