diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-05-23 11:25:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-08 05:07:18 -0700 |
commit | 6f6e1e2e9ab2edaaf2fa20913b195733b08cb0a9 (patch) | |
tree | 55371a838ac2858d4e68c33a1587200fbbe59f9e /ChangeLog.7 | |
parent | e0f20b5a54a803ab753f2e2cc1fce7729fa23f81 (diff) | |
download | glibc-6f6e1e2e9ab2edaaf2fa20913b195733b08cb0a9.tar.gz |
x86-64: Optimize memrchr with AVX2
Optimize memrchr with AVX2 to search 32 bytes with a single vector
compare instruction. It is as fast as SSE2 memrchr for small data
sizes and up to 1X faster for large data sizes on Haswell. Select
AVX2 memrchr on AVX2 machines where vzeroupper is preferred and AVX
unaligned load is fast.
* sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
memrchr-sse2 and memrchr-avx2.
* sysdeps/x86_64/multiarch/ifunc-impl-list.c
(__libc_ifunc_impl_list): Add tests for __memrchr_avx2 and
__memrchr_sse2.
* sysdeps/x86_64/multiarch/memrchr-avx2.S: New file.
* sysdeps/x86_64/multiarch/memrchr-sse2.S: Likewise.
* sysdeps/x86_64/multiarch/memrchr.c: Likewise.
Diffstat (limited to 'ChangeLog.7')
0 files changed, 0 insertions, 0 deletions