[PATCH 0/2] Add minimal code for IEEE 128-bit floating point
Tulio Magno Quites Machado Filho
tuliom@linux.vnet.ibm.com
Mon Oct 26 18:05:00 GMT 2015
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
More information about the Libc-alpha
mailing list