1
0
mirror of https://github.com/fluencelabs/musl synced 2025-07-12 04:51:57 +00:00
Files
musl/arch/microblaze/bits/fenv.h

11 lines
178 B
C
Raw Normal View History

#define FE_ALL_EXCEPT 0
#define FE_TONEAREST 0
typedef unsigned long fexcept_t;
typedef struct {
unsigned long __cw;
} fenv_t;
#define FE_DFL_ENV ((const fenv_t *) -1)