diff options
Diffstat (limited to 'math/bits/mathcalls-narrow.h')
-rw-r--r-- | math/bits/mathcalls-narrow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h index 1082843180..daaae121cd 100644 --- a/math/bits/mathcalls-narrow.h +++ b/math/bits/mathcalls-narrow.h @@ -23,5 +23,8 @@ /* Add. */ __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2); +/* Multiply. */ +__MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2); + /* Subtract. */ __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2); |