This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d942e95 Add issubnormal. new 87ab10d [soft-fp] Add support for various half-precision conversion r [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 10 ++ soft-fp/{extendsftf2.c => extendhftf2.c} | 16 ++- soft-fp/{fixtfti.c => fixhfti.c} | 13 ++- soft-fp/{fixdfti.c => fixunshfti.c} | 15 ++- soft-fp/{floattitf.c => floattihf.c} | 17 ++-- soft-fp/{floattitf.c => floatuntihf.c} | 17 ++-- soft-fp/half.h | 170 +++++++++++++++++++++++++++++++ soft-fp/{trunctfxf2.c => trunctfhf2.c} | 21 ++-- 8 files changed, 226 insertions(+), 53 deletions(-) copy soft-fp/{extendsftf2.c => extendhftf2.c} (85%) copy soft-fp/{fixtfti.c => fixhfti.c} (87%) copy soft-fp/{fixdfti.c => fixunshfti.c} (88%) copy soft-fp/{floattitf.c => floattihf.c} (85%) copy soft-fp/{floattitf.c => floatuntihf.c} (85%) create mode 100644 soft-fp/half.h copy soft-fp/{trunctfxf2.c => trunctfhf2.c} (82%)