X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..065eae9f38780a3602538caa52399f41f061a88e:/i386/string/bcopy_sse2.s?ds=sidebyside diff --git a/i386/string/bcopy_sse2.s b/i386/string/bcopy_sse2.s index 4987c5e..4e001b7 100644 --- a/i386/string/bcopy_sse2.s +++ b/i386/string/bcopy_sse2.s @@ -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