This is the mail archive of the libc-alpha@sourceware.org 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]

Re: [PATCH v3 1/2] float128: Add _Float128 make bits to libm.


On Mon, 8 May 2017, Gabriel F. T. Gomes wrote:

> From: "Paul E. Murphy" <murphyp@linux.vnet.ibm.com>
> 
> Changes since v2:
> 
>   - Fix alphabetical order in sysdeps/ieee754/float128/Versions.
>   - Add missing functions to sysdeps/ieee754/float128/Versions:
>     __exp2f128_finite, __iscanonicalf128, canonicalizef128,
>     exp2f128, fmaxmagf128, fminmagf128, roundevenf128.
> 
> -- 8< --
> This adds the appropriate common bits for a platform to
> enable float128 and expose ABI.
> 
> 2016-10-21  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
> 	    Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
> 
> 	* math/Makefile:
> 	(type-float128-suffix): New variable
> 	(type-float128-routines): Likewise
> 	(type-float128-yes): Likewise
> 	(types): Append float128 if supported
> 	(types-basic): New variable to control the use of templates for
> 	float, double, and long double, but not for float128 or newer types.
> 	(type-basic-foreach): Likewise.
> 
> 	* sysdeps/ieee754/float128/Makeconfig: New file.
> 	* sysdeps/ieee754/float128/Versions: New file.

OK without __iscanonicalf128.

-- 
Joseph S. Myers
joseph@codesourcery.com


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