mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
6 lines
188 B
C
6 lines
188 B
C
|
/* IA64 does not provided the finite symbol alias. */
|
||
|
#include <libm-alias-finite.h>
|
||
|
#undef libm_alias_finite
|
||
|
#define libm_alias_finite(a, b)
|
||
|
#include <sysdeps/ieee754/flt-32/e_exp10f.c>
|