| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * IEEE754 floating point arithmetic |
|---|
| 3 | 4 | * single precision: CLASS.f |
|---|
| .. | .. |
|---|
| 6 | 7 | * MIPS floating point support |
|---|
| 7 | 8 | * Copyright (C) 2015 Imagination Technologies, Ltd. |
|---|
| 8 | 9 | * Author: Markos Chandras <markos.chandras@imgtec.com> |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is free software; you can distribute it and/or modify it |
|---|
| 11 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 12 | | - * Free Software Foundation; version 2 of the License. |
|---|
| 13 | 10 | */ |
|---|
| 14 | 11 | |
|---|
| 15 | 12 | #include "ieee754sp.h" |
|---|