Two questions,
(1) Can I invoke functions in MKL in real*16 data type? How to do that?
(2) If I want to write my own "dble" function using fortran, is it possible to do? The difficulty seems to me is that the sent over actual parameter can be arbitrary byte length, say, int, real, complex, etc, but I have to preset the formal parameter to be a specific type ...
Thanks a lot!