2003-08-31 05:26:31 +04:00
|
|
|
/* $NetBSD: float.h,v 1.3 2003/08/31 01:26:37 chs Exp $ */
|
2002-06-05 05:04:18 +04:00
|
|
|
|
|
|
|
#ifndef _HPPA_FLOAT_H_
|
|
|
|
#define _HPPA_FLOAT_H_
|
|
|
|
|
|
|
|
#define FLT_ROUNDS 1
|
|
|
|
#define LDBL_MANT_DIG 113
|
2003-08-31 05:26:31 +04:00
|
|
|
#include <sys/float_ieee754.h>
|
2002-06-05 05:04:18 +04:00
|
|
|
|
|
|
|
#endif /* _HPPA_FLOAT_H_ */
|