mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08: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>
|