diff options
Diffstat (limited to 'compiler-rt/lib/builtins/mulxc3.c')
-rw-r--r-- | compiler-rt/lib/builtins/mulxc3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/mulxc3.c b/compiler-rt/lib/builtins/mulxc3.c index cec0573688a..161fd0ce0dd 100644 --- a/compiler-rt/lib/builtins/mulxc3.c +++ b/compiler-rt/lib/builtins/mulxc3.c @@ -19,7 +19,7 @@ /* Returns: the product of a + ib and c + id */ -long double _Complex +COMPILER_RT_ABI long double _Complex __mulxc3(long double __a, long double __b, long double __c, long double __d) { long double __ac = __a * __c; |