1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-11-02 09:33:31 +03:00
Files
glibc/sysdeps/ieee754/flt-32
Paul A. Clarke 102b5b0caf Remove duplicate inline implementation of issignalingf
Very recent commit 854e91bf6b enabled
inline of issignalingf() in general (__issignalingf in include/math.h).
There is another implementation for an inline use of issignalingf
(issignalingf_inline in sysdeps/ieee754/flt-32/math_config.h)
which could instead make use of the new enablement.

Replace the use of issignalingf_inline with __issignaling.  Using
issignaling (instead of __issignalingf) will allow future enhancements
to the type-generic implementation, issignaling, to be automatically
adopted.

The implementations are slightly different, and compile to slightly
different code, but I measured no significant performance difference.

The second implementation was brought to my attention by:
Suggested-by: Joseph Myers <joseph@codesourcery.com>
Reviewed-by: Joseph Myers <joseph@codesourcery.com>
2019-11-22 11:37:40 -06:00
..
2017-09-29 18:54:24 +01:00
2017-09-22 20:24:12 +00:00
2017-09-22 20:24:12 +00:00
2017-09-22 20:24:12 +00:00
2017-09-22 20:24:12 +00:00
2017-09-22 20:24:12 +00:00
2017-09-22 20:24:12 +00:00
2018-08-23 12:38:16 +01:00
2017-09-22 20:24:12 +00:00
2017-09-22 20:24:12 +00:00
2017-10-02 14:38:54 +01:00
2017-10-02 14:38:54 +01:00
2017-10-02 14:39:38 +01:00
2017-10-02 14:39:38 +01:00
2017-10-02 14:39:38 +01:00