aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_coshf_2u4.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_coshf_2u4.c')
-rw-r--r--pl/math/v_coshf_2u4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_coshf_2u4.c b/pl/math/v_coshf_2u4.c
index 95288d9..b0a2be1 100644
--- a/pl/math/v_coshf_2u4.c
+++ b/pl/math/v_coshf_2u4.c
@@ -7,6 +7,7 @@
#include "v_math.h"
#include "mathlib.h"
#include "pl_sig.h"
+#include "pl_test.h"
#define AbsMask 0x7fffffff
#define TinyBound 0x20000000 /* 0x1p-63: Round to 1 below this. */
@@ -61,4 +62,5 @@ VPCS_ATTR v_f32_t V_NAME (coshf) (v_f32_t x)
VPCS_ALIAS
PL_SIG (V, F, 1, cosh, -10.0, 10.0)
+PL_TEST_ULP (V_NAME (coshf), 1.89)
#endif