Revision 71e72a19 fpu/softfloat-native.h

b/fpu/softfloat-native.h
1 1
/* Native implementation of soft float functions */
2 2
#include <math.h>
3 3

  
4
#if (defined(HOST_BSD) && !defined(__APPLE__)) || defined(CONFIG_SOLARIS)
4
#if (defined(CONFIG_BSD) && !defined(__APPLE__)) || defined(CONFIG_SOLARIS)
5 5
#include <ieeefp.h>
6 6
#define fabsf(f) ((float)fabs(f))
7 7
#else
......
112 112
/*----------------------------------------------------------------------------
113 113
| Software IEC/IEEE floating-point rounding mode.
114 114
*----------------------------------------------------------------------------*/
115
#if (defined(HOST_BSD) && !defined(__APPLE__)) || defined(CONFIG_SOLARIS)
115
#if (defined(CONFIG_BSD) && !defined(__APPLE__)) || defined(CONFIG_SOLARIS)
116 116
#if defined(__OpenBSD__)
117 117
#define FE_RM FP_RM
118 118
#define FE_RP FP_RP

Also available in: Unified diff