This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

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


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


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