about summary refs log tree commit diff
path: root/bits/siginfo.h
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2016-01-15 22:32:07 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2016-01-15 22:32:07 +0300
commit6e0be40a24ccdacd69c3bdf2f70a59a24308b309 (patch)
tree402b7a3c5e99bd9ab30b2bd1b82f25832fef4d7b /bits/siginfo.h
parenta3e5b4feeb54cb92657ec2bc6d9be1fcef9e8575 (diff)
downloadglibc-6e0be40a24ccdacd69c3bdf2f70a59a24308b309.tar.gz
glibc-6e0be40a24ccdacd69c3bdf2f70a59a24308b309.tar.xz
glibc-6e0be40a24ccdacd69c3bdf2f70a59a24308b309.zip
Added memcpy/memmove family optimized with AVX512 for KNL hardware.
Added AVX512 implementations of memcpy, mempcpy, memmove, memcpy_chk,
mempcpy_chk, memmove_chk.
It shows average improvement more than 30% over AVX versions on KNL
hardware (performance results attached in the thread
<https://sourceware.org/ml/libc-alpha/2016-01/msg00258.html>).

    * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new files.
    * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
    * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: New file.
    * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S: Likewise.
    * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: Likewise.
    * sysdeps/x86_64/multiarch/memcpy.S: Added new IFUNC branch.
    * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
    * sysdeps/x86_64/multiarch/memmove.c: Likewise.
    * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
    * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
    * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
Diffstat (limited to 'bits/siginfo.h')
0 files changed, 0 insertions, 0 deletions