diff options
author | Sunil K Pandey <skpgkp1@gmail.com> | 2020-06-12 08:57:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-17 07:07:38 -0700 |
commit | 75870237ff3bb363447b03f4b0af100227570910 (patch) | |
tree | eed2d178cbae830002110df6152d1471acc73745 /sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S | |
parent | 7a508406dfbf9121daeef2a32a3a41c7be7e5add (diff) | |
download | glibc-75870237ff3bb363447b03f4b0af100227570910.tar.gz glibc-75870237ff3bb363447b03f4b0af100227570910.tar.xz glibc-75870237ff3bb363447b03f4b0af100227570910.zip |
Fix avx2 strncmp offset compare condition check [BZ #25933]
strcmp-avx2.S: In avx2 strncmp function, strings are compared in chunks of 4 vector size(i.e. 32x4=128 byte for avx2). After first 4 vector size comparison, code must check whether it already passed the given offset. This patch implement avx2 offset check condition for strncmp function, if both string compare same for first 4 vector size.
Diffstat (limited to 'sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S')
0 files changed, 0 insertions, 0 deletions