tile: provide __FE_UNDEFINED in <bits/fenv.h>

This commit is contained in:
Chris Metcalf 2012-05-16 09:37:21 -04:00
parent 7fbf19e1fd
commit 15caa1c0c9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/tile/bits/fenv.h (__FE_UNDEFINED): New symbol.
2012-05-15 Chris Metcalf <cmetcalf@tilera.com> 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/tile/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Add proper * sysdeps/tile/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Add proper

View File

@ -28,6 +28,8 @@
floating-point support also acts this way. */ floating-point support also acts this way. */
enum enum
{ {
__FE_UNDEFINED = 0,
FE_TONEAREST = 1, FE_TONEAREST = 1,
#define FE_TONEAREST FE_TONEAREST #define FE_TONEAREST FE_TONEAREST
}; };