xref: /freebsd/sys/i386/include/floatingpoint.h (revision 29363fb446372cb3f10bc98664e9767c53fbb457)
124a82630SAndrew Moore /*-
2*df57947fSPedro F. Giffuni  * SPDX-License-Identifier: BSD-4-Clause
3*df57947fSPedro F. Giffuni  *
424a82630SAndrew Moore  * Copyright (c) 1993 Andrew Moore, Talke Studio
524a82630SAndrew Moore  * All rights reserved.
624a82630SAndrew Moore  *
724a82630SAndrew Moore  * Redistribution and use in source and binary forms, with or without
824a82630SAndrew Moore  * modification, are permitted provided that the following conditions
924a82630SAndrew Moore  * are met:
1024a82630SAndrew Moore  * 1. Redistributions of source code must retain the above copyright
1124a82630SAndrew Moore  *    notice, this list of conditions and the following disclaimer.
1224a82630SAndrew Moore  * 2. Redistributions in binary form must reproduce the above copyright
1324a82630SAndrew Moore  *    notice, this list of conditions and the following disclaimer in the
1424a82630SAndrew Moore  *    documentation and/or other materials provided with the distribution.
1524a82630SAndrew Moore  * 3. All advertising materials mentioning features or use of this software
1624a82630SAndrew Moore  *    must display the following acknowledgement:
1724a82630SAndrew Moore  *	This product includes software developed by the University of
1824a82630SAndrew Moore  *	California, Berkeley and its contributors.
1924a82630SAndrew Moore  * 4. Neither the name of the University nor the names of its contributors
2024a82630SAndrew Moore  *    may be used to endorse or promote products derived from this software
2124a82630SAndrew Moore  *    without specific prior written permission.
2224a82630SAndrew Moore  *
2324a82630SAndrew Moore  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2424a82630SAndrew Moore  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2524a82630SAndrew Moore  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2624a82630SAndrew Moore  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2724a82630SAndrew Moore  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2824a82630SAndrew Moore  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2924a82630SAndrew Moore  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3024a82630SAndrew Moore  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3124a82630SAndrew Moore  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3224a82630SAndrew Moore  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3324a82630SAndrew Moore  * SUCH DAMAGE.
3424a82630SAndrew Moore  */
3524a82630SAndrew Moore 
368793135fSBruce Evans #ifndef _FLOATINGPOINT_H_
378793135fSBruce Evans #define _FLOATINGPOINT_H_
388793135fSBruce Evans 
393df12909SAlexander Leidinger #include <sys/cdefs.h>
4050f44fa0SGarrett Wollman #include <machine/ieeefp.h>
4124a82630SAndrew Moore 
4224a82630SAndrew Moore #endif /* !_FLOATINGPOINT_H_ */
43