diff options
Diffstat (limited to 'soft-fp/fmasf4.c')
-rw-r--r-- | soft-fp/fmasf4.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/soft-fp/fmasf4.c b/soft-fp/fmasf4.c index e8d60fb191..fbf7e78e8a 100644 --- a/soft-fp/fmasf4.c +++ b/soft-fp/fmasf4.c @@ -33,7 +33,10 @@ float __fmaf (float a, float b, float c) { FP_DECL_EX; - FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(C); FP_DECL_S(R); + FP_DECL_S(A); + FP_DECL_S(B); + FP_DECL_S(C); + FP_DECL_S(R); float r; FP_INIT_ROUNDMODE; |