summaryrefslogtreecommitdiff
path: root/kernel/x86_64/axpy.S
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-27 12:05:18 -0700
committerTimothy Gu <timothygu99@gmail.com>2014-06-27 12:05:18 -0700
commit6c2ead30f0526226d87c9287b956584f867dd2a5 (patch)
tree92772d55b77c27da41af68ac8d5ea98ee9b59baa /kernel/x86_64/axpy.S
parentd10db52edbbc49100c9c12567f5273b6da3e4722 (diff)
downloadopenblas-6c2ead30f0526226d87c9287b956584f867dd2a5.tar.gz
openblas-6c2ead30f0526226d87c9287b956584f867dd2a5.tar.bz2
openblas-6c2ead30f0526226d87c9287b956584f867dd2a5.zip
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'kernel/x86_64/axpy.S')
-rw-r--r--kernel/x86_64/axpy.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/x86_64/axpy.S b/kernel/x86_64/axpy.S
index 478cc88e8..0ad6591b0 100644
--- a/kernel/x86_64/axpy.S
+++ b/kernel/x86_64/axpy.S
@@ -44,14 +44,14 @@
#define INCX ARG5 /* rdx */
#define Y ARG6 /* rcx */
#define INCY ARG2 /* r8 */
-
+
#define ALPHA 8(%rsp)
#include "l1param.h"
PROLOGUE
PROFCODE
-
+
movq 24(%rsp), INCY
FLD ALPHA
@@ -61,7 +61,7 @@
testq M, M
jle .L40
-
+
cmpq $SIZE, INCX
jne .L14
cmpq $SIZE, INCY