]> git.ipfire.org Git - thirdparty/glibc.git/commit
powerpc: Add log IFUNC multiarch support for POWER10
authorRaphael Moreira Zinsly <rzinsly@linux.ibm.com>
Thu, 25 Feb 2021 13:42:27 +0000 (10:42 -0300)
committerRaphael Moreira Zinsly <rzinsly@linux.ibm.com>
Mon, 26 Apr 2021 13:10:29 +0000 (10:10 -0300)
commit25cb72820ac40e73acf130edf97c895cf9b0b43a
tree43d51ee27c0170dc344e42397819ff008d94b4f9
parent82292c99b2b68504e0b09b19a339d0232c2e1eaa
powerpc: Add log IFUNC multiarch support for POWER10

Checked on ppc64le built without --with-cpu, with --with-cpu=power9
and with --disable-multi-arch.

Reviewed-by: Matheus Castanho <msc@linux.ibm.com>
config.h.in
sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile
sysdeps/powerpc/powerpc64/le/fpu/multiarch/configure [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/configure.ac [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log-power10.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log-ppc64.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_log.c [new file with mode: 0644]