mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Checked on ppc64le built without --with-cpu, with --with-cpu=power9 and with --disable-multi-arch. Reviewed-by: Matheus Castanho <msc@linux.ibm.com>
5 lines
89 B
C
5 lines
89 B
C
#include <math.h>
|
|
|
|
#define __log __log_power10
|
|
#include <sysdeps/ieee754/dbl-64/e_log.c>
|