mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
x86-64: remove duplicate line on PREFETCH_ONE_SET macro
Tested on 64-bit AVX machine * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S (PREFETCH_ONE_SET): Remove duplicate line
This commit is contained in:
parent
e363a91c21
commit
e4ebc1380d
@ -90,7 +90,6 @@
|
|||||||
# define PREFETCH_ONE_SET(dir, base, offset) \
|
# define PREFETCH_ONE_SET(dir, base, offset) \
|
||||||
PREFETCH ((offset)base); \
|
PREFETCH ((offset)base); \
|
||||||
PREFETCH ((offset + dir * PREFETCH_SIZE)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 * 2)base); \
|
||||||
PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)
|
PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user