about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-23 13:35:24 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-23 13:35:24 -0400
commitf17424ed535ce5ea62271d21f9e9363d3b329fc9 (patch)
treef79cd08d0b2fda01fc28aafe93f36863fa1d1d7a /sysdeps/i386/i686/multiarch
parent95584d3b3309ff4da4cc458254df383f5cff044b (diff)
downloadglibc-f17424ed535ce5ea62271d21f9e9363d3b329fc9.tar.gz
glibc-f17424ed535ce5ea62271d21f9e9363d3b329fc9.tar.xz
glibc-f17424ed535ce5ea62271d21f9e9363d3b329fc9.zip
Fix WS
Diffstat (limited to 'sysdeps/i386/i686/multiarch')
-rw-r--r--sysdeps/i386/i686/multiarch/wcscmp-sse2.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/i386/i686/multiarch/wcscmp-sse2.S b/sysdeps/i386/i686/multiarch/wcscmp-sse2.S
index cca0d8340b..61c43c38db 100644
--- a/sysdeps/i386/i686/multiarch/wcscmp-sse2.S
+++ b/sysdeps/i386/i686/multiarch/wcscmp-sse2.S
@@ -128,7 +128,7 @@ L(continue_48_48):
 	jne	L(nequal)
 	test	%ecx, %ecx
 	jz	L(equal)
-	
+
 	movdqu	16(%edi), %xmm1
 	movdqu	16(%esi), %xmm2
 	pcmpeqd	%xmm1, %xmm0		/* Any null double_word? */
@@ -263,7 +263,7 @@ L(continue_00_48):
 
 	cmp	(%esi), %eax
 	jne	L(nequal)
-	
+
 	mov	4(%edi), %eax
 	cmp	4(%esi), %eax
 	jne	L(nequal)
@@ -275,7 +275,7 @@ L(continue_00_48):
 	mov	12(%edi), %eax
 	cmp	12(%esi), %eax
 	jne	L(nequal)
-	
+
 	movdqu	16(%esi), %xmm2
 	pcmpeqd	%xmm2, %xmm0		/* Any null double_word? */
 	pcmpeqd	16(%edi), %xmm2		/* compare first 4 double_words for equality */
@@ -584,7 +584,7 @@ L(continue_48_00):
 
 	cmp	(%esi), %eax
 	jne	L(nequal)
-	
+
 	mov	4(%edi), %eax
 	cmp	4(%esi), %eax
 	jne	L(nequal)
@@ -596,7 +596,7 @@ L(continue_48_00):
 	mov	12(%edi), %eax
 	cmp	12(%esi), %eax
 	jne	L(nequal)
-	
+
 	movdqu	16(%edi), %xmm1
 	pcmpeqd	%xmm1, %xmm0		/* Any null double_word? */
 	pcmpeqd	16(%esi), %xmm1		/* compare first 4 double_words for equality */