projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325b398
)
Update omatcopy_rt.c
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Wed, 24 Feb 2021 08:34:14 +0000
(09:34 +0100)
committer
GitHub
<noreply@github.com>
Wed, 24 Feb 2021 08:34:14 +0000
(09:34 +0100)
kernel/x86_64/omatcopy_rt.c
patch
|
blob
|
history
diff --git
a/kernel/x86_64/omatcopy_rt.c
b/kernel/x86_64/omatcopy_rt.c
index
e8cef22
..
e695f00
100644
(file)
--- a/
kernel/x86_64/omatcopy_rt.c
+++ b/
kernel/x86_64/omatcopy_rt.c
@@
-166,7
+166,7
@@
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLO
#else
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG ldb)
-
+{
BLASLONG i, j;
FLOAT *a_offset, *a_offset1, *a_offset2, *a_offset3, *a_offset4;
FLOAT *b_offset, *b_offset1, *b_offset2, *b_offset3, *b_offset4;