aboutsummaryrefslogtreecommitdiff
path: root/pl/math/sv_erff_1u3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/sv_erff_1u3.c')
-rw-r--r--pl/math/sv_erff_1u3.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pl/math/sv_erff_1u3.c b/pl/math/sv_erff_1u3.c
index 02d7625..9589fb3 100644
--- a/pl/math/sv_erff_1u3.c
+++ b/pl/math/sv_erff_1u3.c
@@ -7,6 +7,7 @@
#include "sv_math.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if SV_SUPPORTED
@@ -88,7 +89,8 @@ __sv_erff_x (sv_f32_t x, const svbool_t pg)
return y;
}
-strong_alias (__sv_erff_x, _ZGVsMxv_erff)
+PL_ALIAS (__sv_erff_x, _ZGVsMxv_erff)
- PL_SIG (SV, F, 1, erf, -4.0, 4.0)
+PL_SIG (SV, F, 1, erf, -4.0, 4.0)
+PL_TEST_ULP (__sv_erff, 0.76)
#endif