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]
Other format: [Raw text]

Re: Processor-specific code


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


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