mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +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
87 B
C
5 lines
87 B
C
#include <math.h>
|
|
#define __log __log_ppc64
|
|
|
|
#include <sysdeps/ieee754/dbl-64/e_log.c>
|