x86-64: Remove the unnecessary testl in strlen-avx2.S
commite322ec3282648e9f05265d4636719ded754a1c3c
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 14 May 2018 10:41:22 +0000 (14 03:41 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 14 May 2018 10:41:35 +0000 (14 03:41 -0700)
tree9b6a1c1eb2000569609a7e2a68d387f98f74edea
parent0937e209a7080d52cf7e5a6605532ea081a542ff
x86-64: Remove the unnecessary testl in strlen-avx2.S

Since the result of testl is never used, this patch removes it.

Tested on 64-bit AVX2 machine.

* sysdeps/x86_64/multiarch/strlen-avx2.S (STRLEN): Remove the
unnecessary testl.
ChangeLog
sysdeps/x86_64/multiarch/strlen-avx2.S