diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-06-27 12:05:18 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-06-27 12:05:18 -0700 |
commit | 6c2ead30f0526226d87c9287b956584f867dd2a5 (patch) | |
tree | 92772d55b77c27da41af68ac8d5ea98ee9b59baa /kernel/x86_64/zaxpy_atom.S | |
parent | d10db52edbbc49100c9c12567f5273b6da3e4722 (diff) | |
download | openblas-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/zaxpy_atom.S')
-rw-r--r-- | kernel/x86_64/zaxpy_atom.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/x86_64/zaxpy_atom.S b/kernel/x86_64/zaxpy_atom.S index e623326f5..2fe2756fb 100644 --- a/kernel/x86_64/zaxpy_atom.S +++ b/kernel/x86_64/zaxpy_atom.S @@ -70,7 +70,7 @@ #endif #else movaps %xmm3, %xmm0 - movsd 40(%rsp), %xmm1 + movsd 40(%rsp), %xmm1 movq 48(%rsp), X movq 56(%rsp), INCX @@ -79,7 +79,7 @@ #endif SAVEREGISTERS - + #ifndef CONJ #define ADD1 subsd #define ADD2 addsd @@ -95,7 +95,7 @@ testq M, M jle .L999 - + cmpq $2 * SIZE, INCX jne .L20 cmpq $2 * SIZE, INCY |