]> 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)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 19 Jul 2022 05:13:56 +0000 (22:13 -0700)
commit4f15b723fe68b51a9c6ef267851cc6a9f280e610
tree18c9ecbd330eb043b7bb97d901ba8766f9c28680
parentb38e8c54053b566ea52edb6922baca441afcf52f
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>
(cherry picked from commit 8a780a6b910023e71f3173f37f0793834c047554)
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]