1263210Sandrew/*-
2263210Sandrew * Copyright (c) 2013 Andrew Turner <andrew@FreeBSD.ORG>
3263210Sandrew * All rights reserved.
4263210Sandrew *
5263210Sandrew * Redistribution and use in source and binary forms, with or without
6263210Sandrew * modification, are permitted provided that the following conditions
7263210Sandrew * are met:
8263210Sandrew * 1. Redistributions of source code must retain the above copyright
9263210Sandrew *    notice, this list of conditions and the following disclaimer.
10263210Sandrew * 2. Redistributions in binary form must reproduce the above copyright
11263210Sandrew *    notice, this list of conditions and the following disclaimer in the
12263210Sandrew *    documentation and/or other materials provided with the distribution.
13263210Sandrew *
14263210Sandrew * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15263210Sandrew * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16263210Sandrew * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17263210Sandrew * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18263210Sandrew * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19263210Sandrew * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20263210Sandrew * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21263210Sandrew * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22263210Sandrew * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23263210Sandrew * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24263210Sandrew * SUCH DAMAGE.
25263210Sandrew *
26263210Sandrew * $FreeBSD: releng/10.2/lib/msun/arm/fenv-softfp.c 266314 2014-05-17 14:22:37Z ian $
27263210Sandrew */
28263210Sandrew
29263210Sandrew#define	FENV_MANGLE(x)	__softfp_ ##x
30263210Sandrew#include "fenv-mangle.h"
31263210Sandrew#include "fenv.c"
32263210Sandrew
33