1130146Sdas/*-
2130146Sdas * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
3130146Sdas * All rights reserved.
4130146Sdas *
5130146Sdas * Redistribution and use in source and binary forms, with or without
6130146Sdas * modification, are permitted provided that the following conditions
7130146Sdas * are met:
8130146Sdas * 1. Redistributions of source code must retain the above copyright
9130146Sdas *    notice, this list of conditions and the following disclaimer.
10130146Sdas * 2. Redistributions in binary form must reproduce the above copyright
11130146Sdas *    notice, this list of conditions and the following disclaimer in the
12130146Sdas *    documentation and/or other materials provided with the distribution.
13130146Sdas *
14130146Sdas * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15130146Sdas * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16130146Sdas * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17130146Sdas * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18130146Sdas * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19130146Sdas * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20130146Sdas * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21130146Sdas * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22130146Sdas * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23130146Sdas * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24130146Sdas * SUCH DAMAGE.
25130146Sdas *
26130146Sdas * $FreeBSD$
27130146Sdas */
28130146Sdas
29130146Sdas#include <fenv.h>
30130146Sdas
31130146Sdasconst fenv_t __fe_dfl_env = 0x00000000;
32