r242781 - in /trunk/libgcc: ChangeLog config/ar...

jgreenhalgh@gcc.gnu.org jgreenhalgh@gcc.gnu.org
Wed Nov 23 17:30:00 GMT 2016


Author: jgreenhalgh
Date: Wed Nov 23 17:30:02 2016
New Revision: 242781

URL: https://gcc.gnu.org/viewcvs?rev=242781&root=gcc&view=rev
Log:
[Patch 14/17] [libgcc, ARM] Generalise float-to-half conversion function.

libgcc/

	* config/arm/fp16.c (struct format): New.
	(binary32): New.
	(__gnu_float2h_internal): New.  Body moved from
	__gnu_f2h_internal and generalize.
	(_gnu_f2h_internal): Move body to function __gnu_float2h_internal.
	Call it with binary32.



Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/arm/fp16.c



More information about the Gcc-cvs mailing list