mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 06:10:10 +00:00
5 lines
139 B
C
5 lines
139 B
C
|
#define __ieee754_log __ieee754_log_fma
|
||
|
#define SECTION __attribute__ ((section (".text.fma")))
|
||
|
|
||
|
#include <sysdeps/ieee754/dbl-64/e_log.c>
|