This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Add minimal code for IEEE 128-bit floating point


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]