]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Create header for VEC classes in x86 strings library
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 7 Jun 2022 04:11:27 +0000 (21:11 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 7 Jun 2022 20:08:28 +0000 (13:08 -0700)
commit8a780a6b910023e71f3173f37f0793834c047554
tree50b9a5aa2160548e61736b5d98fb42efe02b505e
parent0218463dd8265ed937622f88ac68c7d984fe0cfc
x86: Create header for VEC classes in x86 strings library

This patch does not touch any existing code and is only meant to be a
tool for future patches so that simple source files can more easily be
maintained to target multiple VEC classes.

There is no difference in the objdump of libc.so before and after this
patch.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86_64/multiarch/avx-rtm-vecs.h [new file with mode: 0644]
sysdeps/x86_64/multiarch/avx-vecs.h [new file with mode: 0644]
sysdeps/x86_64/multiarch/evex-vecs-common.h [new file with mode: 0644]
sysdeps/x86_64/multiarch/evex256-vecs.h [new file with mode: 0644]
sysdeps/x86_64/multiarch/evex512-vecs.h [new file with mode: 0644]
sysdeps/x86_64/multiarch/sse2-vecs.h [new file with mode: 0644]
sysdeps/x86_64/multiarch/vec-macros.h [new file with mode: 0644]