about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
Commit message (Expand)AuthorAgeFilesLines
* x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein2021-11-061-219/+376
* x86-64: Use testl to check __x86_string_controlH.J. Lu2021-08-301-2/+2
* x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu2021-07-281-0/+5
* x86: Improve memmove-vec-unaligned-erms.SNoah Goldstein2021-05-231-3/+3
* x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah2021-04-161-73/+265
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2021-03-291-18/+15
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2021-03-291-8/+16
* x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi2021-02-021-2/+5
* x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-041-0/+21
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu2020-07-061-15/+1
* x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu2020-05-091-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-211-23/+31
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu2018-05-231-0/+6
* x86-64: remove duplicate line on PREFETCH_ONE_SET macroLeonardo Sandoval2018-05-171-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu2017-08-041-11/+7
* x86-64: Implement memmove family IFUNC selectors in CH.J. Lu2017-06-141-0/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu2016-06-301-1/+5
* X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu2016-06-081-12/+12
* Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu2016-06-061-1/+1
* X86-64: Use non-temporal store in memcpy on large dataH.J. Lu2016-04-121-169/+220
* X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu2016-04-061-54/+84
* Fix memmove-vec-unaligned-erms.SH.J. Lu2016-04-031-24/+30
* Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu2016-03-311-0/+462