]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use libm_alias_* in soft-fp.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 11 Oct 2017 00:03:46 +0000 (00:03 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 11 Oct 2017 00:03:46 +0000 (00:03 +0000)
commit541f19baf89e16304cdc5c3c8826896d3d2a7034
treeb18aa2196d98c99a8ec3b682b70acae1a5e6023e
parent24b6515d879c992be194ccd5323b8b780fa6d4d3
Use libm_alias_* in soft-fp.

This patch makes the soft-fp implementations of fma functions use the
libm_alias_* macros.

Tested with build-many-glibcs.py that installed stripped shared
libraries are unchanged by the patch.

* soft-fp/fmadf4.c: Include <libm-alias-double.h>.
[!__fma] (fma): Define using libm_alias_double.
* soft-fp/fmasf4.c: Include <libm-alias-float.h>.
[!__fmaf] (fmaf): Define using libm_alias_float.
* soft-fp/fmatf4.c: Include <libm-alias-ldouble.h>.
(fmal): Define using libm_alias_ldouble.
ChangeLog
soft-fp/fmadf4.c
soft-fp/fmasf4.c
soft-fp/fmatf4.c