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:
b1eed27
)
Typo fix
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Tue, 23 Feb 2021 12:14:35 +0000
(13:14 +0100)
committer
GitHub
<noreply@github.com>
Tue, 23 Feb 2021 12:14:35 +0000
(13:14 +0100)
kernel/arm/omatcopy_rt.c
patch
|
blob
|
history
diff --git
a/kernel/arm/omatcopy_rt.c
b/kernel/arm/omatcopy_rt.c
index d6a3df61998e9ed0228bb3a9b112d303565af092..3d90ac6e491fd3a575ee79e1cd9dabdae5ae2b0c 100644
(file)
--- a/
kernel/arm/omatcopy_rt.c
+++ b/
kernel/arm/omatcopy_rt.c
@@
-28,7
+28,7
@@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"
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;