diff options
Diffstat (limited to 'sysdeps/riscv/rvd')
-rw-r--r-- | sysdeps/riscv/rvd/e_sqrt.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_copysign.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_finite.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_fma.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_fmax.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_fmin.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_fpclassify.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_isinf.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_isnan.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rvd/s_issignaling.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sysdeps/riscv/rvd/e_sqrt.c b/sysdeps/riscv/rvd/e_sqrt.c index 4cd354ce94..d4e5215139 100644 --- a/sysdeps/riscv/rvd/e_sqrt.c +++ b/sysdeps/riscv/rvd/e_sqrt.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/sysdeps/riscv/rvd/s_copysign.c b/sysdeps/riscv/rvd/s_copysign.c index c2b7fa1463..cd1d15a1e3 100644 --- a/sysdeps/riscv/rvd/s_copysign.c +++ b/sysdeps/riscv/rvd/s_copysign.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #define NO_MATH_REDIRECT #include <math.h> diff --git a/sysdeps/riscv/rvd/s_finite.c b/sysdeps/riscv/rvd/s_finite.c index 43c6d66e9f..653fe5c516 100644 --- a/sysdeps/riscv/rvd/s_finite.c +++ b/sysdeps/riscv/rvd/s_finite.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> diff --git a/sysdeps/riscv/rvd/s_fma.c b/sysdeps/riscv/rvd/s_fma.c index b4ef44e235..ee10705185 100644 --- a/sysdeps/riscv/rvd/s_fma.c +++ b/sysdeps/riscv/rvd/s_fma.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv.h> diff --git a/sysdeps/riscv/rvd/s_fmax.c b/sysdeps/riscv/rvd/s_fmax.c index 01e9fb4f27..f1cc89c452 100644 --- a/sysdeps/riscv/rvd/s_fmax.c +++ b/sysdeps/riscv/rvd/s_fmax.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> diff --git a/sysdeps/riscv/rvd/s_fmin.c b/sysdeps/riscv/rvd/s_fmin.c index e0c67ad8b3..9c2e479f43 100644 --- a/sysdeps/riscv/rvd/s_fmin.c +++ b/sysdeps/riscv/rvd/s_fmin.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> diff --git a/sysdeps/riscv/rvd/s_fpclassify.c b/sysdeps/riscv/rvd/s_fpclassify.c index 765eb8349b..d354e4a8cb 100644 --- a/sysdeps/riscv/rvd/s_fpclassify.c +++ b/sysdeps/riscv/rvd/s_fpclassify.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> diff --git a/sysdeps/riscv/rvd/s_isinf.c b/sysdeps/riscv/rvd/s_isinf.c index 7067ad5904..8b43c2a000 100644 --- a/sysdeps/riscv/rvd/s_isinf.c +++ b/sysdeps/riscv/rvd/s_isinf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> diff --git a/sysdeps/riscv/rvd/s_isnan.c b/sysdeps/riscv/rvd/s_isnan.c index c2914ca699..a08c574e95 100644 --- a/sysdeps/riscv/rvd/s_isnan.c +++ b/sysdeps/riscv/rvd/s_isnan.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> diff --git a/sysdeps/riscv/rvd/s_issignaling.c b/sysdeps/riscv/rvd/s_issignaling.c index 3b7bbabd2a..260da6e5fd 100644 --- a/sysdeps/riscv/rvd/s_issignaling.c +++ b/sysdeps/riscv/rvd/s_issignaling.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <fenv_private.h> |