This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 0/2] Add minimal code for IEEE 128-bit floating point
- From: "Tulio Magno Quites Machado Filho" <tuliom at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Cc: joseph at codesourcery dot com, munroesj at linux dot vnet dot ibm dot com, meissner at linux dot vnet dot ibm dot com, Ulrich dot Weigand at de dot ibm dot com, dje dot gcc at gmail dot com, jakub at redhat dot com, carlos at redhat dot com
- Date: Mon, 26 Oct 2015 16:05:15 -0200
- Subject: [PATCH 0/2] Add minimal code for IEEE 128-bit floating point
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 2 dot 10 dot 1509302017260 dot 21553 at digraph dot polyomino dot org dot uk>
The following 2 patches continue this discussion around IEEE 128-bit floating
point.
They're just the first step and provide only the minimal set of functions
required by libgcc at this moment.
Michael Meissner (1):
soft-fp: Add new KF routines
Tulio Magno Quites Machado Filho (1):
soft-fp: Automatically create KF files from TF ones
soft-fp/.gitignore | 4 +++
soft-fp/Makefile | 16 ++++++++++
soft-fp/cmpukf2.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++
soft-fp/extendkftf2.c | 59 ++++++++++++++++++++++++++++++++++
soft-fp/trunctfk2.c | 65 ++++++++++++++++++++++++++++++++++++++
5 files changed, 231 insertions(+)
create mode 100644 soft-fp/.gitignore
create mode 100644 soft-fp/cmpukf2.c
create mode 100644 soft-fp/extendkftf2.c
create mode 100644 soft-fp/trunctfk2.c
--
2.1.0