]> git.saurik.com Git - apple/libc.git/blobdiff - i386/string/bcopy_sse2.s
Libc-763.13.tar.gz
[apple/libc.git] / i386 / string / bcopy_sse2.s
index cba82f0027aaca5df8e8075af010ec2c5979f90f..4987c5e468a7c49d3d523520b5bcead6c193ecb5 100644 (file)
@@ -152,7 +152,6 @@ LDestAligned:
        testl   $15,%esi                // is source aligned too?
        jnz     LUnalignedLoop          // no
 
-
        cmpl    $(kFastUCode),%eax      // long enough for the fastpath in microcode?
        jb  LAlignedLoop                // no, use SSE
        cld                             // we'll move forward