mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
Remove switch from tests to include system headers.
We can now simply use -DOPENLIBM_USE_HOST_*_H to do this.
This commit is contained in:
parent
06dbb6e72b
commit
a2afb267cf
1 changed files with 3 additions and 9 deletions
|
@ -116,16 +116,10 @@
|
|||
#endif
|
||||
|
||||
#include "libm-test-ulps.h"
|
||||
#ifdef SYS_MATH_H /* XXX scp XXX */
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <fenv.h>
|
||||
#else
|
||||
#include "openlibm.h"
|
||||
#include "openlibm_fenv.h"
|
||||
#include "float.h"
|
||||
#endif
|
||||
#include <openlibm.h>
|
||||
#include <openlibm_complex.h>
|
||||
#include <openlibm_fenv.h>
|
||||
|
||||
#if 0 /* XXX scp XXX */
|
||||
#define FE_INEXACT FE_INEXACT
|
||||
|
|
Loading…
Add table
Reference in a new issue