diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-22 20:00:25 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-22 20:00:25 +0000 |
commit | d48e59d98078e31ba01f7f284cc16a5451c6ab6e (patch) | |
tree | 0c29cefd96577c80793871da7f8e07bf2cd68f24 /libm/math_private.h | |
parent | 766ef9a2cc72c5888a3abe83e63442825bf88920 (diff) |
Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k
Diffstat (limited to 'libm/math_private.h')
-rw-r--r-- | libm/math_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libm/math_private.h b/libm/math_private.h index 30af9ede5..75ca03ecb 100644 --- a/libm/math_private.h +++ b/libm/math_private.h @@ -186,7 +186,9 @@ extern double __ieee754_scalb (double,double) attribute_hidden; #endif /* fdlibm kernel function */ +#ifndef _IEEE_LIBM extern double __kernel_standard (double,double,int) attribute_hidden; +#endif extern double __kernel_sin (double,double,int) attribute_hidden; extern double __kernel_cos (double,double) attribute_hidden; extern double __kernel_tan (double,double,int) attribute_hidden; |