Sun Jun 9 20:40:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/m68k/fpu/e_acosl.c: New file.
This commit is contained in:
Roland McGrath 1996-06-10 09:23:00 +00:00
parent f0f6efdf89
commit 74802a5469

View File

@ -0,0 +1,5 @@
#ifndef FUNC
#define FUNC __ieee754_acosl
#endif
#define float_type long double
#include <e_acos.c>