On Thu, Apr 14, 2005 at 04:39:30PM +0200, Fran??ois-Xavier Coudert wrote: > > I'm working on implementation of the different FPU options for libgfortran, > the runtime library for gfortran (e.g., on which floating-point exception > do we want a SIGFPE to be raised, what rounding-mode does the user want, > etc.). >
Can you explain in a little more detail what you are trying to accomplish? gfortran can already pass the -m and -f options suppported by gcc. For example, -ffast-math works. One other thing to keep in mind, at some point we'll want to implement TR 15880. Are there any potential conflicts? -- Steve
