Home
last modified time | relevance | path

Searched refs:PREFETCH_SIZE (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/x86_64/multiarch/ !
Dmemmove-vec-unaligned-erms.S144 #ifndef PREFETCH_SIZE
145 # define PREFETCH_SIZE 64 macro
150 #if PREFETCH_SIZE == 64
151 # if PREFETCHED_LOAD_SIZE == PREFETCH_SIZE
154 # elif PREFETCHED_LOAD_SIZE == 2 * PREFETCH_SIZE
157 PREFETCH ((offset + dir * PREFETCH_SIZE)base)
158 # elif PREFETCHED_LOAD_SIZE == 4 * PREFETCH_SIZE
161 PREFETCH ((offset + dir * PREFETCH_SIZE)base); \
162 PREFETCH ((offset + dir * PREFETCH_SIZE * 2)base); \
163 PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)
[all …]
/glibc-2.36/ChangeLog.old/ !
DChangeLog.1823120 (PREFETCH_SIZE): Likewise.