Hi,

looking at the head of a generated gfortran library math function,
for example bessel_r16.c,

#if defined(GFC_REAL_16_IS_FLOAT128)
#define MATHFUNC(funcname) funcname ## q
#else
#define MATHFUNC(funcname) funcname ## l
#endif

So (I suppose I can unravel the m4 code to generate this:-)
what which function name should be called for the REAL(KIND=17)
function to be generated?  Is, for example, jnq what we want to
have?

Regards

        Thomas

Reply via email to