This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f58227 [Patch 15/17 libgcc ARM] Add double to half conversions. new 539b44e [Patch 16/17 libgcc ARM] Half to double precision conversions new ee1f2de [Patch ARM 17/17] Enable _Float16 for ARM and fix PR target/63250
The 2 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: gcc/ChangeLog | 30 +++++++ gcc/config/arm/arm-builtins.c | 17 ++-- gcc/config/arm/arm.c | 95 +++++++++++++++++----- gcc/config/arm/arm.h | 10 +++ gcc/config/arm/arm.md | 69 ++++++++++------ gcc/config/arm/vfp.md | 20 +++++ gcc/testsuite/ChangeLog | 13 +++ gcc/testsuite/gcc.target/arm/fp16-rounding-alt-1.c | 10 +-- .../gcc.target/arm/fp16-rounding-ieee-1.c | 10 +-- gcc/testsuite/lib/target-supports.exp | 3 + 10 files changed, 214 insertions(+), 63 deletions(-)