1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
Files
glibc/sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log-power10.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
89 B
C

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