------- Comment #18 from burnus at gcc dot gnu dot org 2009-02-17 20:58 -------
Created an attachment (id=17315)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17315&action=view)
Complex (A)TAN(H), (A)COSH, (A)SINH, without no-C99 fallback & w/o tests
"Implementation" of the run-time version of (A)TAN(H), (A)COSH, (A)SINH with
complex arguments. Missing: (a) Fall back if libm does not have those C99
functions; (b) test cases; (c) compile-time evaluations -- this should use the
MPC library as soon as the middle end has support for it.
TODO (carried on from above):
- TAN(X,Y) (= TAN2(X,Y))
- BESSEL_JN and BESSEL_YN: Transitional form is missing
- ERFC_SCALED: compile-time version
- NORM2
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15177|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33197