This is the mail archive of the libc-alpha@sources.redhat.com 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: Add __float128 I/O support


__float128 is added to gcc 3.4.0. This patch adds the __float128 I/0
support to glibc with a new length modifier "lL" for fprintf and a new
conversion flag "lL" for fscanf. I tested it on ia64 and x86_64 with
gcc 3.4.0. I also tested it on ia32, ia64 and x86_64 with gcc 3.2.
Everything looks OK.


H.J.

Attachment: libc-float128-12.patch
Description: Text document


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