hammer(8): adjust markup & improve wording
[dragonfly.git] / sys / cpu / x86_64 / include / math.h
1 /* 
2  * $NetBSD: math.h,v 1.2 2003/10/28 00:55:28 kleink Exp $
3  */
4
5 #ifndef _CPU_MATH_H_
6 #define _CPU_MATH_H_
7
8 #define __HAVE_LONG_DOUBLE
9 #define __HAVE_NANF
10
11 #if __ISO_C_VISIBLE >= 1999
12 /* 7.12#2 float_t, double_t */
13 typedef float   float_t;
14 typedef double  double_t;
15 #endif
16
17 #endif