mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
26265c3bce
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.
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
# Include this earlier so it can be used earlier in Makefiles,
|
|
# and sysdep/ makefiles.
|
|
float128-fcts = yes
|