xref: /netbsd-src/sys/arch/sparc64/include/float.h (revision 1ffa7b76c40339c17a0fb2a09fac93f287cfc046)
1 /*	$NetBSD: float.h,v 1.4 2003/04/19 23:05:33 christos Exp $ */
2 
3 #ifndef _SPARC64_FLOAT_H_
4 #define _SPARC64_FLOAT_H_
5 
6 #define LDBL_MANT_DIG	113
7 #include <sys/float_ieee.h>
8 
9 #endif	/* _SPARC64_FLOAT_H_ */
10