about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/memset-sse2.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i686/multiarch/memset-sse2.S')
-rw-r--r--sysdeps/i386/i686/multiarch/memset-sse2.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/i686/multiarch/memset-sse2.S b/sysdeps/i386/i686/multiarch/memset-sse2.S
index 02fe57f6b0..b2b979193e 100644
--- a/sysdeps/i386/i686/multiarch/memset-sse2.S
+++ b/sysdeps/i386/i686/multiarch/memset-sse2.S
@@ -284,7 +284,7 @@ L(128bytesormore):
 	cmp	%ebx, %ecx
 	jae	L(128bytesormore_nt_start)
 
-	
+
 #ifdef DATA_CACHE_SIZE
 	POP (%ebx)
 	cmp	$DATA_CACHE_SIZE, %ecx
@@ -345,7 +345,7 @@ L(128bytes_L2_normal):
 	movaps	%xmm0, 0x60(%edx)
 	movaps	%xmm0, 0x70(%edx)
 	add	$128, %edx
-	cmp	$128, %ecx 	
+	cmp	$128, %ecx
 	jge	L(128bytes_L2_normal)
 
 L(128bytesless_L2_normal):