From 3fed58f8abb38ebae2214535aa0cd58cd68ebb48 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 10 Jun 1998 05:27:41 +0000 Subject: * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as inline. * sysdeps/m68k/fpu/e_exp10.c: New file. * sysdeps/m68k/fpu/e_exp10f.c: New file. * sysdeps/m68k/fpu/e_exp10l.c: New file. * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as inline. * sysdeps/m68k/fpu/e_exp10.c: New file. * sysdeps/m68k/fpu/e_exp10f.c: New file. * sysdeps/m68k/fpu/e_exp10l.c: New file. --- sysdeps/m68k/fpu/bits/mathinline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/m68k/fpu/bits') diff --git a/sysdeps/m68k/fpu/bits/mathinline.h b/sysdeps/m68k/fpu/bits/mathinline.h index 7ddf6aec2a..e5eb591e30 100644 --- a/sysdeps/m68k/fpu/bits/mathinline.h +++ b/sysdeps/m68k/fpu/bits/mathinline.h @@ -125,6 +125,7 @@ __inline_mathop(__ieee754_cosh, cosh) __inline_mathop(__ieee754_sinh, sinh) __inline_mathop(__ieee754_exp, etox) __inline_mathop(__ieee754_exp2, twotox) +__inline_mathop(__ieee754_exp10, tentox) __inline_mathop(__ieee754_log10, log10) __inline_mathop(__ieee754_log, logn) __inline_mathop(__ieee754_sqrt, sqrt) -- cgit v1.2.3-70-g09d2