]> git.ipfire.org Git - thirdparty/glibc.git/commit
benchtests: Run _Float128 tests only on architectures that support it
authorArjun Shankar <arjun@redhat.com>
Wed, 23 Sep 2020 14:11:57 +0000 (16:11 +0200)
committerArjun Shankar <arjun@redhat.com>
Wed, 23 Sep 2020 14:11:57 +0000 (16:11 +0200)
commit03e26098b174abec1158a9ed9352a45a3176ef7b
tree01ecfc989fc3a08aca38a4bdf661d50dbce7f757
parent3322ecbfe29a16e74c4f584d661b0b8018bb4031
benchtests: Run _Float128 tests only on architectures that support it

__float128 is a non-standard name and is not available on some architectures
(like aarch64 or s390x) even though they may support the standard _Float128
type.  Other architectures (like armv7) don't support quad-precision
floating-point operations at all.

This commit replaces benchtests references to __float128 with _Float128 and
runs the corresponding tests only on architectures that support it.
benchtests/Makefile
benchtests/expf128-inputs
benchtests/powf128-inputs
benchtests/sinf128-inputs