------- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-02-27 21:02 ------- Two more remarks on that: ASINH, ACOSH and ATANH need to accept COMPLEX arguments. Some other functions also should be extended that way (ASIN, ACOS... and probably many more).
Also, one very annoying feature: BESSEL_JN and BESSEL_YN have two forms, with 2 or 3 arguments. What's more, these two forms have very different properties (the first one is elemental, the second one is transformational), and I don't know how to implement that in the current handling of intrinsics! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33197