Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions gmp-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3384,9 +3384,8 @@ union ieee_double_extract
} s;
double d;
};
#endif

#if HAVE_DOUBLE_IEEE_LITTLE_ENDIAN
#elif HAVE_DOUBLE_IEEE_LITTLE_ENDIAN
#define _GMP_IEEE_FLOATS 1
union ieee_double_extract
{
Expand All @@ -3399,9 +3398,8 @@ union ieee_double_extract
} s;
double d;
};
#endif

#if HAVE_DOUBLE_IEEE_BIG_ENDIAN
#else
#define _GMP_IEEE_FLOATS 1
union ieee_double_extract
{
Expand Down