This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, x86_64]: Use soft-fp for TFmode (128bit) FP.


Hi Uros,

I experimented a bit with your patch and the Fortran front-end and
library support and I have a few questions. There's very naive, so the
answers might be short :)

* For some of the tests I did, I get undefined references to
__trunctfxf2 and __extendxftf2. I assume that these are the
"conversions to/from XFmode" that you have been discussing with jsm,
is that right? Otherwise, if it's something unexpected, I'll send you
my testcase.

* is there any library outside GCC that brings support for basic math
functions? is there any plan to integrate such support into GCC?

* is there any library outside GCC that brings support for I/O
functions? is there any plan for such support in GCC?

I hope the questions are not too irrelevant,
FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]