This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, 1.0 has been updated
via f3702d3e353f5a5da500f9029b0d1edaff7affff (commit)
from 90c76c06c09a83d76c3fb00768bad09fe747c3c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3702d3e353f5a5da500f9029b0d1edaff7affff
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Wed Dec 9 19:41:41 2015 +0100
arc: add ulps file for math tests
Using non-generic ulps file reduces failure counts for
math tests. Generated with nsim emulator running
test-{double,idouble,float,ifloat} -u and
gen-libm-test.pl on the build host.
-----------------------------------------------------------------------
Summary of changes:
.../{libm-test-ulps-xtensa => libm-test-ulps-arc} | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
copy test/math/{libm-test-ulps-xtensa => libm-test-ulps-arc} (90%)
diff --git a/test/math/libm-test-ulps-xtensa b/test/math/libm-test-ulps-arc
similarity index 90%
copy from test/math/libm-test-ulps-xtensa
copy to test/math/libm-test-ulps-arc
index 9c730fa..7139447 100644
--- a/test/math/libm-test-ulps-xtensa
+++ b/test/math/libm-test-ulps-arc
@@ -2,7 +2,6 @@
# cos
Test "cos (M_PI_6l * 2.0) == 0.5":
-double: 1
idouble: 1
Test "cos (M_PI_6l * 4.0) == -0.5":
double: 2
@@ -79,6 +78,16 @@ Test "log10 (e) == log10(e)":
float: 1
ifloat: 1
+# tgamma
+Test "tgamma (-0.5) == -2 sqrt (pi)":
+double: 1
+idouble: 1
+Test "tgamma (0.7) == 1.29805533264755778568117117915281162":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+
# Maximal error of functions:
Function: "cos":
double: 2
@@ -126,4 +135,10 @@ Function: "tan":
double: 1
idouble: 1
+Function: "tgamma":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+
# end of automatic generation
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date