]> sourceware.org Git - glibc.git/commit
x86-64: Fix an unknown vector operation in memchr-evex.S
authorAlice Xu <alice.d.xu@gmail.com>
Sat, 8 May 2021 02:03:21 +0000 (19:03 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 8 May 2021 02:03:21 +0000 (19:03 -0700)
commit6ea916adfa0ab9af6e7dc6adcf6f977dfe017835
tree2d9aa503e964eb122db14b2d2c1f44442527c274
parent17a73a6d8b4c46f3e87fc53c7c25fa7cec01d707
x86-64: Fix an unknown vector operation in memchr-evex.S

An unknown vector operation occurred in commit 2a76821c308. Fixed it
by using "ymm{k1}{z}" but not "ymm {k1} {z}".

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86_64/multiarch/memchr-evex.S
This page took 0.042056 seconds and 5 git commands to generate.