forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/math-emu/ieee754.c
....@@ -1,27 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* ieee754 floating point arithmetic
23 * single and double precision
34 *
45 * BUGS
56 * not much dp done
67 * doesn't generate IEEE754_INEXACT
7
- *
88 */
99 /*
1010 * MIPS floating point support
1111 * Copyright (C) 1994-2000 Algorithmics Ltd.
12
- *
13
- * This program is free software; you can distribute it and/or modify it
14
- * under the terms of the GNU General Public License (Version 2) as
15
- * published by the Free Software Foundation.
16
- *
17
- * This program is distributed in the hope it will be useful, but WITHOUT
18
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20
- * for more details.
21
- *
22
- * You should have received a copy of the GNU General Public License along
23
- * with this program; if not, write to the Free Software Foundation, Inc.,
24
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2512 */
2613
2714 #include <linux/compiler.h>