http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49024
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-05-23 21:20:46 UTC --- (In reply to comment #2) > The 128-bit code for scaled erfc in Cephes is terrible. [...] For 128 bits: do you plan to handle it in libgfortran or directly in libquadmath? I think one can export another function directly in libquadmath, which should be easier to handle - and yield faster code.