floatingpoint.h revision 125734
168673Sobrien/*
277298Sobrien * Copyright (c) 2004 Suleiman Souhlal <refugee@segfaulted.com>
368673Sobrien * All rights reserved.
468673Sobrien *
568673Sobrien * Redistribution and use in source and binary forms, with or without
668673Sobrien * modification, are permitted provided that the following conditions
768673Sobrien * are met:
868673Sobrien * 1. Redistributions of source code must retain the above copyright
968673Sobrien *    notice, this list of conditions and the following disclaimer.
1068673Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1168673Sobrien *    notice, this list of conditions and the following disclaimer in the
1268673Sobrien *    documentation and/or other materials provided with the distribution.
1368673Sobrien * 3. Neither the name of the author nor the names of any co-contributors
1468673Sobrien *    may be used to endorse or promote products derived from this software
1568673Sobrien *    without specific prior written permission.
1668673Sobrien *
1768673Sobrien * THIS SOFTWARE IS PROVIDED BY DAVID O'BRIEN AND CONTRIBUTORS ``AS IS'' AND
1868673Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1968673Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2068673Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2168673Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2268673Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2368673Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2468673Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2568673Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2668673Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2768673Sobrien * SUCH DAMAGE.
2868673Sobrien *
2968673Sobrien * $FreeBSD: head/sys/powerpc/include/floatingpoint.h 125734 2004-02-12 09:12:11Z grehan $
3068673Sobrien */
3168673Sobrien
3268673Sobrien#ifndef _FLOATINGPOINT_H_
3368673Sobrien#define _FLOATINGPOINT_H_
3468673Sobrien
3568673Sobrien#include <machine/ieeefp.h>
3668673Sobrien
3768673Sobrien#endif /* !_FLOATINGPOINT_H_ */
3877298Sobrien