]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - soft-fp/floatdisf.c
soft-fp: Add brain format support
[thirdparty/glibc.git] / soft-fp / floatdisf.c
index 3397d3ff0fee75a193955f1135cead5f03ba1aa2..ab70d9e3136ba8448bb1537caf290f748a3199a4 100644 (file)
@@ -1,9 +1,7 @@
 /* Software floating-point emulation.
    Convert a 64bit signed integer to IEEE single
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-                 Jakub Jelinek (jj@ultra.linux.cz).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -26,7 +24,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 "soft-fp.h"
 #include "single.h"