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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [dfp/] [dfp-except.h] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* Use undocumented functions in libgcc to clear and test dummy floating
/* Use undocumented functions in libgcc to clear and test dummy floating
   point exception flags.  That functionality is in libgcc just for
   point exception flags.  That functionality is in libgcc just for
   testing purposes.
   testing purposes.
 
 
   If fesetexcept and feclearexcept are available, use those instead.  */
   If fesetexcept and feclearexcept are available, use those instead.  */
 
 
/* Get names of exception flags.  */
/* Get names of exception flags.  */
#include <fenv.h>
#include <fenv.h>
 
 
extern void __dfp_clear_except (int);
extern void __dfp_clear_except (int);
#define DFP_CLEAR_EXCEPT(M) __dfp_clear_except(M)
#define DFP_CLEAR_EXCEPT(M) __dfp_clear_except(M)
extern int __dfp_test_except (int);
extern int __dfp_test_except (int);
#define DFP_TEST_EXCEPT(M) __dfp_test_except(M)
#define DFP_TEST_EXCEPT(M) __dfp_test_except(M)
 
 

powered by: WebSVN 2.1.0

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