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:28:15 +0000 (12:28 -0700)
commit55c7bcc71b84123d5d4bd2814366a6b05fcf8ebd
treecf6bd713ccee86b9ce501a94a6709d782d7b0d72
parente1b871e25f3add3b63d465694b6731d95cafb299
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.
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S