]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ep-processor-libraries/mathlib.git/blobdiff - ti/mathlib/src/logsp/logsp_d.c
Ignore testing results for special case when input is NaN for acoshdp,
[ep-processor-libraries/mathlib.git] / ti / mathlib / src / logsp / logsp_d.c
index cd01b5f6d0d0dc5020e73af876b6b547357f2be0..856be3d9ac9541931254df4c8bdd74aec7a8656f 100644 (file)
@@ -183,7 +183,7 @@ void main()
   logsp_v (a_sc, output[MTH_FCN_VEC], NUM_SC_INPUTS);
 
   /* Check results and display */
-  allequal (NUM_SC_INPUTS, RET_VAL_TOL, KERNEL_REQ);
+  allequal ((NUM_SC_INPUTS-1), RET_VAL_TOL, KERNEL_REQ);
   print_test_results (MTH_TST_SPECIAL);
 
   /* Obtain results using extended range test vectors */