]> git.saurik.com Git - apple/libc.git/blobdiff - i386/string/bcopy_sse2.s
Libc-825.25.tar.gz
[apple/libc.git] / i386 / string / bcopy_sse2.s
index 4987c5e468a7c49d3d523520b5bcead6c193ecb5..4e001b7ef8f53a16b5cce2e62ab5142af1ff2595 100644 (file)
@@ -151,7 +151,6 @@ LDestAligned:
        negl    %edx                    // now generate offset to 1st byte to be copied
        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