NetBSD/sys/arch/mips/include/ieee.h
matt 4d035bbcf3 Consolidate the 128-bit long double defintions to <sys/ieee754.h>
Each arch that uses it now defines __HAVE_LONG_DOUBLE to 128.
<machine/ieee.h> is now just include the machine's math.h followed
by <sys/ieee754.h>
2014-01-31 19:38:06 +00:00

5 lines
151 B
C

/* $NetBSD: ieee.h,v 1.11 2014/01/31 19:38:06 matt Exp $ */
#include <mips/math.h> /* for #define __HAVE_LONG_DOUBLE 128 */
#include <sys/ieee754.h>