Change mips64 to use a 16 byte long double.

This commit is contained in:
matt 2011-01-18 08:30:10 +00:00
parent 09db588a4e
commit 1d4bb1d8f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: targparam.h,v 1.1 2006/08/25 23:35:04 matt Exp $ */ /* $NetBSD: targparam.h,v 1.2 2011/01/18 08:30:10 matt Exp $ */
/* /*
* Copyright (c) 1994, 1995 Jochen Pohl * Copyright (c) 1994, 1995 Jochen Pohl
@ -49,6 +49,6 @@
#define FLOAT_SIZE (4 * CHAR_BIT) #define FLOAT_SIZE (4 * CHAR_BIT)
#define DOUBLE_SIZE (8 * CHAR_BIT) #define DOUBLE_SIZE (8 * CHAR_BIT)
#define LDOUBLE_SIZE (8 * CHAR_BIT) #define LDOUBLE_SIZE (16 * CHAR_BIT)
#define ENUM_SIZE (4 * CHAR_BIT) #define ENUM_SIZE (4 * CHAR_BIT)