diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:08:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:14:39 +0000 |
commit | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch) | |
tree | c438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/ieee754/soft-fp | |
parent | 728ada505aca44f768675b3aa1ab34bae96a2656 (diff) | |
download | glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.bz2 glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip |
Update copyright dates with scripts/update-copyrights
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 23bf832e34..521024f47a 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 2f80cca0ab..e9f8685405 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 208ad445a0..ab097393bc 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 778a594f04..7daec8d70b 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 22c0d0cc63..c5c503bc4d 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 3f3e557839..47f3ce9af5 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 07e223092f..99d10be66a 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 8b1e073461..aaf7e36a47 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 4c4eb7cae9..df8cb67ccb 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 07196ee787..83a6ab8435 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 3f750be219..8cae5a0b81 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 97f4e68782..0eddf80618 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 dde16148c4..91b29333da 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 5617cec0b7..f1c58b6bed 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 3ca60a8df7..b5a8a06a53 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 260c64c80f..fd2f9cc990 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 5ccf78052a..7504fcf008 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 ef631bc6c2..68f5146976 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 50d0e590da..306745300f 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 b0ba4597a0..0081a905e5 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 908251d07f..fccfe80694 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 |