diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-12 11:42:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-12 11:42:57 -0400 |
commit | f9e123204e9a96d421c9f9ce011d567ce9f8e217 (patch) | |
tree | cabfeb1a234735d2c107d9abaa67ddd89ba63927 /sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S | |
parent | 951fbcec70e65c49705fcdbf4630bee5ce2a5691 (diff) | |
download | glibc-f9e123204e9a96d421c9f9ce011d567ce9f8e217.tar.gz glibc-f9e123204e9a96d421c9f9ce011d567ce9f8e217.tar.xz glibc-f9e123204e9a96d421c9f9ce011d567ce9f8e217.zip |
Fix whitespaces
Diffstat (limited to 'sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S b/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S index 1c2a867ca2..355d498e25 100644 --- a/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S +++ b/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S @@ -133,7 +133,7 @@ L(loop_prolog): mov %ecx, %eax and $63, %eax test %eax, %eax - jz L(align64_loop) + jz L(align64_loop) add $64, %ecx add $64, %edx @@ -333,7 +333,7 @@ L(length_less16): pshufd $0, %xmm1, %xmm1 and $15, %ecx jz L(length_less16_offset0) - + PUSH (%edi) mov %cl, %dh add %dl, %dh |