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:
d3a9c7e
)
Remove unused TEMP2 and reshuffle to leave x18 unused (reserved on OSX)
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Fri, 17 Sep 2021 07:18:25 +0000
(09:18 +0200)
committer
GitHub
<noreply@github.com>
Fri, 17 Sep 2021 07:18:25 +0000
(09:18 +0200)
kernel/arm64/dgemm_tcopy_8.S
patch
|
blob
|
history
diff --git
a/kernel/arm64/dgemm_tcopy_8.S
b/kernel/arm64/dgemm_tcopy_8.S
index
9ab51ff
..
7e5bf60
100644
(file)
--- a/
kernel/arm64/dgemm_tcopy_8.S
+++ b/
kernel/arm64/dgemm_tcopy_8.S
@@
-50,11
+50,10
@@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define B03 x16
#define B04 x17
-#define I x1
8
-#define J x
19
+#define I x1
9
+#define J x
20
-#define TEMP1 x20
-#define TEMP2 x21
+#define TEMP1 x21
#define A_PREFETCH 2560
#define B_PREFETCH 256