11 lines
214 B
C
11 lines
214 B
C
/* $NetBSD: float.h,v 1.3 2003/08/31 01:26:37 chs Exp $ */
|
|
|
|
#ifndef _HPPA_FLOAT_H_
|
|
#define _HPPA_FLOAT_H_
|
|
|
|
#define FLT_ROUNDS 1
|
|
#define LDBL_MANT_DIG 113
|
|
#include <sys/float_ieee754.h>
|
|
|
|
#endif /* _HPPA_FLOAT_H_ */
|