NetBSD/sys/arch/hppa/include/float.h
2003-04-19 23:05:28 +00:00

11 lines
215 B
C

/* $NetBSD: float.h,v 1.2 2003/04/19 23:05:30 christos Exp $ */
#ifndef _HPPA_FLOAT_H_
#define _HPPA_FLOAT_H_
#define FLT_ROUNDS 1
#define LDBL_MANT_DIG 113
#include <sys/math_ieee.h>
#endif /* _HPPA_FLOAT_H_ */