The first commit of a series of 6 commits for the amd64 port.
[dragonfly.git] / sys / cpu / amd64 / include / math.h
1 /* 
2  * $NetBSD: math.h,v 1.2 2003/10/28 00:55:28 kleink Exp $
3  * $DragonFly: src/sys/cpu/amd64/include/math.h,v 1.1 2007/08/21 19:40:24 corecode Exp $
4  */
5
6 #ifndef _CPU_MATH_H_
7 #define _CPU_MATH_H_
8
9 #define __HAVE_LONG_DOUBLE
10 #define __HAVE_NANF
11
12 #endif