1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
Files
glibc/sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log-ppc64.c
Raphael Moreira Zinsly 25cb72820a 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>
2021-04-26 10:10:29 -03:00

5 lines
87 B
C

#include <math.h>
#define __log __log_ppc64
#include <sysdeps/ieee754/dbl-64/e_log.c>