float128: Add _Float128 make bits to libm.
commit26265c3bce73ca85a4b6976ba62dc2111b46e414
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 15 Jul 2016 19:05:51 +0000 (15 14:05 -0500)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 9 May 2017 14:40:28 +0000 (9 11:40 -0300)
tree48b5edb196f5f1e3ae7ebd659d2f6a162c9338b9
parent695d7d138eda449678a1650a8b8b58181033353f
float128: Add _Float128 make bits to libm.

This adds the appropriate common bits for a platform to
enable float128 and expose ABI.

* 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.
ChangeLog
math/Makefile
sysdeps/ieee754/float128/Makeconfig [new file with mode: 0644]
sysdeps/ieee754/float128/Versions [new file with mode: 0644]