aboutsummaryrefslogtreecommitdiff
path: root/pl/math/sv_atan2f_3u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/sv_atan2f_3u.c')
-rw-r--r--pl/math/sv_atan2f_3u.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pl/math/sv_atan2f_3u.c b/pl/math/sv_atan2f_3u.c
index 5f93c49..0ce7071 100644
--- a/pl/math/sv_atan2f_3u.c
+++ b/pl/math/sv_atan2f_3u.c
@@ -6,6 +6,8 @@
*/
#include "sv_math.h"
+#include "pl_sig.h"
+
#if SV_SUPPORTED
#include "sv_atanf_common.h"
@@ -80,4 +82,7 @@ __sv_atan2f_x (sv_f32_t y, sv_f32_t x, const svbool_t pg)
strong_alias (__sv_atan2f_x, _ZGVsMxvv_atan2f)
+ /* Arity of 2 means no mathbench entry emitted. See test/mathbench_funcs.h.
+ */
+ PL_SIG (SV, F, 2, atan2)
#endif