aboutsummaryrefslogtreecommitdiff
path: root/ref_vrsqrts.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-09-26 18:00:27 +0200
committerChristophe Lyon <christophe.lyon@st.com>2011-09-26 18:00:27 +0200
commitc8aa0f690d4febd69842708d468673b7f2c99c25 (patch)
treed032a0de6dd6b5472d4e0280861903fc5369ca14 /ref_vrsqrts.c
parentae97a862ad03f118f56e9b4d099f1fcf1d50c541 (diff)
downloadarm-neon-tests-c8aa0f690d4febd69842708d468673b7f2c99c25.tar.gz
Add more corner case tests.
Diffstat (limited to 'ref_vrsqrts.c')
-rw-r--r--ref_vrsqrts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vrsqrts.c b/ref_vrsqrts.c
index b9d7a02..efaaa8d 100644
--- a/ref_vrsqrts.c
+++ b/ref_vrsqrts.c
@@ -106,7 +106,7 @@ void exec_vrsqrts(void)
/* Test FP variants with only special input values (infinity, 0) */
TEST_VDUP(vector, , float, f, 32, 2, HUGE_VALF);
TEST_VDUP(vector, q, float, f, 32, 4, 0.0f);
- TEST_VDUP(vector2, , float, f, 32, 2, 0.0f);
+ TEST_VDUP(vector2, , float, f, 32, 2, -0.0f);
TEST_VDUP(vector2, q, float, f, 32, 4, HUGE_VALF);
/* Apply the operator */