OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libgfortran/] [runtime/] [fpu.c] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
#include "libgfortran.h"
2
 
3
/* We include the platform-dependent code.  */
4
#include "fpu-target.h"
5
 
6
/* Function called by the front-end to tell us
7
   when a FPE should be raised.  */
8
extern void set_fpe (int);
9
export_proto(set_fpe);
10
 
11
void
12
set_fpe (int exceptions)
13
{
14
  options.fpe = exceptions;
15
  set_fpu ();
16
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.