]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 9 May 2020 19:04:23 +0000 (12:04 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 9 May 2020 19:45:19 +0000 (12:45 -0700)
commit6ffe972db76ca42fc92366c98c9174cb9b27c8e6
tree912c5c0cf58a11811c28e2977980c84b2aa4b9fc
parentc8e310133748daae298410dea07bbf9244c5407d
x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]

Since __x86_shared_non_temporal_threshold is defined as

long int __x86_shared_non_temporal_threshold;

and long int is 4 bytes for x32, use RDX_LP to compare against
__x86_shared_non_temporal_threshold in assembly code.

(cherry picked from commit 55c7bcc71b84123d5d4bd2814366a6b05fcf8ebd)
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S