Commit dd0328d3 by Michael Meissner

Make long double 80 bits by default.

From-SVN: r8089
parent c1450f19
...@@ -184,9 +184,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -184,9 +184,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
enclosed in `extern "C" {...}'. */ enclosed in `extern "C" {...}'. */
#define NO_IMPLICIT_EXTERN_C #define NO_IMPLICIT_EXTERN_C
#ifdef NO_LONG_DOUBLE
/* Turn off long double being 96 bits. */ /* Turn off long double being 96 bits. */
#undef LONG_DOUBLE_TYPE_SIZE #undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 64
#endif
/* This macro generates the assembly code for function entry. /* This macro generates the assembly code for function entry.
FILE is a stdio stream to output the code to. FILE is a stdio stream to output the code to.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment