Deleted Added
full compact
flt_rounds.c (230191) flt_rounds.c (230367)
1/*-
2 * Copyright (c) 2012 Ian Lepore <freebsd@damnhippie.dyndns.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2012 Ian Lepore <freebsd@damnhippie.dyndns.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/lib/libc/arm/gen/flt_rounds.c 230191 2012-01-16 04:08:29Z das $");
28__FBSDID("$FreeBSD: head/lib/libc/arm/gen/flt_rounds.c 230367 2012-01-20 06:54:30Z das $");
29
30#include <fenv.h>
31#include <float.h>
32
29
30#include <fenv.h>
31#include <float.h>
32
33#include "softfloat-for-gcc.h"
34#include "milieu.h"
33#include "softfloat.h"
34
35int
36__flt_rounds(void)
37{
38
39#ifndef ARM_HARD_FLOAT
40 /*

--- 23 unchanged lines hidden ---
35#include "softfloat.h"
36
37int
38__flt_rounds(void)
39{
40
41#ifndef ARM_HARD_FLOAT
42 /*

--- 23 unchanged lines hidden ---