summary refs log tree commit diff stats
path: root/include/libdecnumber/dpd/decimal128Local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include/libdecnumber: replace FSF postal address with licenses URLSean Wei2025-06-261-3/+2
| | | | | | | | | | | | | Some of the GPLv2 boiler-plate still contained the obsolete "51 Franklin Street" postal address. Replace it with the canonical GNU licenses URL recommended by the FSF: https://www.gnu.org/licenses/ Signed-off-by: Sean Wei <me@sean.taipei> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250613.qemu.patch.04@sean.taipei> Signed-off-by: Thomas Huth <thuth@redhat.com>
* libdecnumber: Introduce libdecnumber CodeTom Musta2014-06-161-0/+47
Add files from the libdecnumber decimal floating point library to QEMU. The libdecnumber library was originally part of GCC and contains code that is useful in emulating the PowerPC decimal floating point (DFP) instructions. This particular copy of the source comes from GCC 4.3 and is licensed at GPLv2+. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>