Hi Johnix,
We do not natively support REAL16. Since 128-bit floating point calculations are not supported by the hardware, such calculation need to be handled by extremely slow software emulation. Most users who want REAL16 tell us they would not use such a package if the performance did not match that of REAL8. We have considered supporting REAL16 by using the 80-bit x87 FPU for calculations as some other compiler vendors do, but this is really REAL10 and calling it REAL16 doesn’t actually make it so. So our choices are to either cheat, or spend a lot of time developing a emulation package very few people would use.
For those of you who need precsion over performance, there are several good freely available quad precision emulation packages out on the web. We cannot recommend any particular package, but you should be able to find one that works for you.
Thanks,
Mat