This is the mail archive of the gcc@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]

Re: Possible Enhancement - Forcing double prec. on Intel FPUs


On Tue, Jun 16, 1998 at 06:30:24PM +0200, Ralf Loesche wrote:
> This is exactly what I do from within Matlab. 
[...]
> When you have some source code to compile that suffers from the
> extended prec. it would be nice to tell the compiler to add the
> appropiate call to __setfpucw() to the startup code.
> Thereby removing the need to modify the sources.

What you apparently missed is that my solution does get setfpucw
called from the startup code, and so doesn't require modiying
sources.  You just add -lieee-dbl to the link line.


r~


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