diff options
Diffstat (limited to 'sysdeps/ieee754/soft-fp')
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_daddl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_ddivl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_dfmal.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_dmull.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_dsqrtl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_dsubl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fadd.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_faddl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fdiv.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fdivl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_ffma.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_ffmal.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fma.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fmaf.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fmal.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fmul.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fmull.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fsqrt.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fsqrtl.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fsub.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/soft-fp/s_fsubl.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/sysdeps/ieee754/soft-fp/s_daddl.c b/sysdeps/ieee754/soft-fp/s_daddl.c index 23bf832..521024f 100644 --- a/sysdeps/ieee754/soft-fp/s_daddl.c +++ b/sysdeps/ieee754/soft-fp/s_daddl.c @@ -1,6 +1,6 @@ /* Add long double (ldbl-128) values, narrowing the result to double, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_ddivl.c b/sysdeps/ieee754/soft-fp/s_ddivl.c index 2f80cca..e9f8685 100644 --- a/sysdeps/ieee754/soft-fp/s_ddivl.c +++ b/sysdeps/ieee754/soft-fp/s_ddivl.c @@ -1,6 +1,6 @@ /* Divide long double (ldbl-128) values, narrowing the result to double, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_dfmal.c b/sysdeps/ieee754/soft-fp/s_dfmal.c index 208ad44..ab09739 100644 --- a/sysdeps/ieee754/soft-fp/s_dfmal.c +++ b/sysdeps/ieee754/soft-fp/s_dfmal.c @@ -1,6 +1,6 @@ /* Fused multiply-add of long double (ldbl-128) values, narrowing the result to double, using soft-fp. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_dmull.c b/sysdeps/ieee754/soft-fp/s_dmull.c index 778a594..7daec8d 100644 --- a/sysdeps/ieee754/soft-fp/s_dmull.c +++ b/sysdeps/ieee754/soft-fp/s_dmull.c @@ -1,6 +1,6 @@ /* Multiply long double (ldbl-128) values, narrowing the result to double, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_dsqrtl.c b/sysdeps/ieee754/soft-fp/s_dsqrtl.c index 22c0d0c..c5c503b 100644 --- a/sysdeps/ieee754/soft-fp/s_dsqrtl.c +++ b/sysdeps/ieee754/soft-fp/s_dsqrtl.c @@ -1,6 +1,6 @@ /* Square root of long double (ldbl-128) value, narrowing the result to double, using soft-fp. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_dsubl.c b/sysdeps/ieee754/soft-fp/s_dsubl.c index 3f3e557..47f3ce9 100644 --- a/sysdeps/ieee754/soft-fp/s_dsubl.c +++ b/sysdeps/ieee754/soft-fp/s_dsubl.c @@ -1,6 +1,6 @@ /* Subtract long double (ldbl-128) values, narrowing the result to double, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fadd.c b/sysdeps/ieee754/soft-fp/s_fadd.c index 07e2230..99d10be 100644 --- a/sysdeps/ieee754/soft-fp/s_fadd.c +++ b/sysdeps/ieee754/soft-fp/s_fadd.c @@ -1,5 +1,5 @@ /* Add double values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_faddl.c b/sysdeps/ieee754/soft-fp/s_faddl.c index 8b1e073..aaf7e36 100644 --- a/sysdeps/ieee754/soft-fp/s_faddl.c +++ b/sysdeps/ieee754/soft-fp/s_faddl.c @@ -1,6 +1,6 @@ /* Add long double (ldbl-128) values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fdiv.c b/sysdeps/ieee754/soft-fp/s_fdiv.c index 4c4eb7c..df8cb67 100644 --- a/sysdeps/ieee754/soft-fp/s_fdiv.c +++ b/sysdeps/ieee754/soft-fp/s_fdiv.c @@ -1,5 +1,5 @@ /* Divide double values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fdivl.c b/sysdeps/ieee754/soft-fp/s_fdivl.c index 07196ee..83a6ab8 100644 --- a/sysdeps/ieee754/soft-fp/s_fdivl.c +++ b/sysdeps/ieee754/soft-fp/s_fdivl.c @@ -1,6 +1,6 @@ /* Divide long double (ldbl-128) values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_ffma.c b/sysdeps/ieee754/soft-fp/s_ffma.c index 3f750be..8cae5a0 100644 --- a/sysdeps/ieee754/soft-fp/s_ffma.c +++ b/sysdeps/ieee754/soft-fp/s_ffma.c @@ -1,6 +1,6 @@ /* Fused multiply-add of double values, narrowing the result to float, using soft-fp. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_ffmal.c b/sysdeps/ieee754/soft-fp/s_ffmal.c index 97f4e68..0eddf80 100644 --- a/sysdeps/ieee754/soft-fp/s_ffmal.c +++ b/sysdeps/ieee754/soft-fp/s_ffmal.c @@ -1,6 +1,6 @@ /* Fused multiply-add of long double (ldbl-128) values, narrowing the result to float, using soft-fp. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fma.c b/sysdeps/ieee754/soft-fp/s_fma.c index dde1614..91b2933 100644 --- a/sysdeps/ieee754/soft-fp/s_fma.c +++ b/sysdeps/ieee754/soft-fp/s_fma.c @@ -1,5 +1,5 @@ /* Implement fma using soft-fp. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fmaf.c b/sysdeps/ieee754/soft-fp/s_fmaf.c index 5617cec..f1c58b6 100644 --- a/sysdeps/ieee754/soft-fp/s_fmaf.c +++ b/sysdeps/ieee754/soft-fp/s_fmaf.c @@ -1,5 +1,5 @@ /* Implement fmaf using soft-fp. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fmal.c b/sysdeps/ieee754/soft-fp/s_fmal.c index 3ca60a8..b5a8a06 100644 --- a/sysdeps/ieee754/soft-fp/s_fmal.c +++ b/sysdeps/ieee754/soft-fp/s_fmal.c @@ -1,5 +1,5 @@ /* Implement fmal using soft-fp. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fmul.c b/sysdeps/ieee754/soft-fp/s_fmul.c index 260c64c..fd2f9cc 100644 --- a/sysdeps/ieee754/soft-fp/s_fmul.c +++ b/sysdeps/ieee754/soft-fp/s_fmul.c @@ -1,5 +1,5 @@ /* Multiply double values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fmull.c b/sysdeps/ieee754/soft-fp/s_fmull.c index 5ccf780..7504fcf 100644 --- a/sysdeps/ieee754/soft-fp/s_fmull.c +++ b/sysdeps/ieee754/soft-fp/s_fmull.c @@ -1,6 +1,6 @@ /* Multiply long double (ldbl-128) values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fsqrt.c b/sysdeps/ieee754/soft-fp/s_fsqrt.c index ef631bc..68f5146 100644 --- a/sysdeps/ieee754/soft-fp/s_fsqrt.c +++ b/sysdeps/ieee754/soft-fp/s_fsqrt.c @@ -1,5 +1,5 @@ /* Square root of double value, narrowing the result to float, using soft-fp. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fsqrtl.c b/sysdeps/ieee754/soft-fp/s_fsqrtl.c index 50d0e59..3067453 100644 --- a/sysdeps/ieee754/soft-fp/s_fsqrtl.c +++ b/sysdeps/ieee754/soft-fp/s_fsqrtl.c @@ -1,6 +1,6 @@ /* Square root of long double (ldbl-128) value, narrowing the result to float, using soft-fp. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fsub.c b/sysdeps/ieee754/soft-fp/s_fsub.c index b0ba459..0081a90 100644 --- a/sysdeps/ieee754/soft-fp/s_fsub.c +++ b/sysdeps/ieee754/soft-fp/s_fsub.c @@ -1,5 +1,5 @@ /* Subtract double values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ieee754/soft-fp/s_fsubl.c b/sysdeps/ieee754/soft-fp/s_fsubl.c index 908251d..fccfe80 100644 --- a/sysdeps/ieee754/soft-fp/s_fsubl.c +++ b/sysdeps/ieee754/soft-fp/s_fsubl.c @@ -1,6 +1,6 @@ /* Subtract long double (ldbl-128) values, narrowing the result to float, using soft-fp. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |