]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/test-double.h
Replace use of snprintf with strfrom in libm tests
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 27 Sep 2016 18:28:49 +0000 (15:28 -0300)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 20 Dec 2016 19:58:20 +0000 (17:58 -0200)
commit06fea2257dd93aa813f9a8a6ef09c0dc9ee5744d
tree8a3eebebac72f3f4ccebede4ada80b86e60aa664
parentdd037fb3df286b7c2d0b0c6f8d02a2dd8a8e8a08
Replace use of snprintf with strfrom in libm tests

In order to support float128 tests, the calls to snprintf, which does
not support the type __float128, are replaced with calls to
strfrom{f,d,l}.

Tested for powerpc64le, s390, and x64_64.
ChangeLog
math/libm-test.inc
math/test-double.h
math/test-float.h
math/test-ldouble.h