diff options
author | 2020-09-23 16:11:57 +0200 | |
---|---|---|
committer | 2020-09-23 16:11:57 +0200 | |
commit | 03e26098b174abec1158a9ed9352a45a3176ef7b (patch) | |
tree | 01ecfc989fc3a08aca38a4bdf661d50dbce7f757 /stdio-common/errlist.c | |
parent | powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615] (diff) | |
download | glibc-03e26098b174abec1158a9ed9352a45a3176ef7b.tar.xz glibc-03e26098b174abec1158a9ed9352a45a3176ef7b.zip |
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.
Diffstat (limited to 'stdio-common/errlist.c')
0 files changed, 0 insertions, 0 deletions