aboutsummaryrefslogtreecommitdiff
path: root/setjmp
diff options
context:
space:
mode:
authorSunil K Pandey <skpgkp1@gmail.com>2020-06-12 08:57:16 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-06-17 07:07:38 -0700
commit75870237ff3bb363447b03f4b0af100227570910 (patch)
treeeed2d178cbae830002110df6152d1471acc73745 /setjmp
parent7a508406dfbf9121daeef2a32a3a41c7be7e5add (diff)
downloadglibc-75870237ff3bb363447b03f4b0af100227570910.zip
glibc-75870237ff3bb363447b03f4b0af100227570910.tar.gz
glibc-75870237ff3bb363447b03f4b0af100227570910.tar.bz2
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 'setjmp')
0 files changed, 0 insertions, 0 deletions