]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86-64: remove duplicate line on PREFETCH_ONE_SET macro
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 15 May 2018 16:56:03 +0000 (11:56 -0500)
committerLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Thu, 17 May 2018 14:09:13 +0000 (09:09 -0500)
Tested on 64-bit AVX machine

       * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
       (PREFETCH_ONE_SET): Remove duplicate line

sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S

index cbd0d077cf61718a8f558829bd368fb79505fa26..1404131bb716994f1fb980c31936b5fbec9c2142 100644 (file)
@@ -90,7 +90,6 @@
 #  define PREFETCH_ONE_SET(dir, base, offset) \
        PREFETCH ((offset)base); \
        PREFETCH ((offset + dir * PREFETCH_SIZE)base); \
-       PREFETCH ((offset + dir * PREFETCH_SIZE)base); \
        PREFETCH ((offset + dir * PREFETCH_SIZE * 2)base); \
        PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)
 # else