x86-64: Remove the unnecessary testl in strlen-avx2.S
[glibc.git] / sysdeps / x86_64 / multiarch / bcopy.S
blob639f02bde3ac3ed13350e02b3693c976e45e7afd
1 #include <sysdep.h>
3         .text
4 ENTRY(bcopy)
5         xchg    %rdi, %rsi
6         jmp     __libc_memmove  /* Branch to IFUNC memmove.  */
7 END(bcopy)