forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/mips/math-emu/dp_rint.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* IEEE754 floating point arithmetic
23 * double precision: common utilities
34 */
....@@ -6,18 +7,6 @@
67 * Copyright (C) 1994-2000 Algorithmics Ltd.
78 * Copyright (C) 2017 Imagination Technologies, Ltd.
89 * Author: Aleksandar Markovic <aleksandar.markovic@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 (Version 2) as
12
- * published by the Free Software Foundation.
13
- *
14
- * This program is distributed in the hope it will be useful, but WITHOUT
15
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17
- * for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License along
20
- * with this program.
2110 */
2211
2312 #include "ieee754dp.h"