summaryrefslogtreecommitdiff
path: root/kernel/x86/zasum.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/zasum.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/zasum.S')
-rw-r--r--kernel/x86/zasum.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel/x86/zasum.S b/kernel/x86/zasum.S
index 84b8f60cf..136120561 100644
--- a/kernel/x86/zasum.S
+++ b/kernel/x86/zasum.S
@@ -38,10 +38,10 @@
#define ASSEMBLER
#include "common.h"
-
+
#define STACK 8
#define ARGS 0
-
+
#define STACK_M 4 + STACK + ARGS(%esp)
#define STACK_X 8 + STACK + ARGS(%esp)
#define STACK_INCX 12 + STACK + ARGS(%esp)
@@ -49,7 +49,7 @@
#define M %edx
#define X %ecx
#define INCX %esi
-
+
#define I %eax
#include "l1param.h"
@@ -92,7 +92,7 @@
sarl $2, I
jle .L20
ALIGN_4
-
+
.L10:
#ifdef PREFETCH
PREFETCH (PREFETCHSIZE + 0) - PREOFFSET(X)
@@ -157,7 +157,7 @@
sarl $2, I
jle .L60
ALIGN_4
-
+
.L50:
FLD 0 * SIZE(X)
fabs