about summary refs log tree commit diff
path: root/math/bits/mathcalls-narrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/bits/mathcalls-narrow.h')
-rw-r--r--math/bits/mathcalls-narrow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h
index daaae121cd..9d03d5f7f2 100644
--- a/math/bits/mathcalls-narrow.h
+++ b/math/bits/mathcalls-narrow.h
@@ -23,6 +23,9 @@
 /* Add.  */
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
 
+/* Divide.  */
+__MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
+
 /* Multiply.  */
 __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);