diff options
Diffstat (limited to 'soft-fp/fmatf4.c')
-rw-r--r-- | soft-fp/fmatf4.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/soft-fp/fmatf4.c b/soft-fp/fmatf4.c index cf489881d7..c96ab65036 100644 --- a/soft-fp/fmatf4.c +++ b/soft-fp/fmatf4.c @@ -33,7 +33,10 @@ long double __fmal (long double a, long double b, long double c) { FP_DECL_EX; - FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); FP_DECL_Q(R); + FP_DECL_Q(A); + FP_DECL_Q(B); + FP_DECL_Q(C); + FP_DECL_Q(R); long double r; FP_INIT_ROUNDMODE; |