diff options
Diffstat (limited to 'soft-fp/sqrttf2.c')
-rw-r--r-- | soft-fp/sqrttf2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/sqrttf2.c b/soft-fp/sqrttf2.c index 40b3583..0e43d3d 100644 --- a/soft-fp/sqrttf2.c +++ b/soft-fp/sqrttf2.c @@ -31,10 +31,12 @@ #include "soft-fp.h" #include "quad.h" -TFtype __sqrttf2(TFtype a) +TFtype +__sqrttf2(TFtype a) { FP_DECL_EX; - FP_DECL_Q(A); FP_DECL_Q(R); + FP_DECL_Q(A); + FP_DECL_Q(R); TFtype r; FP_INIT_ROUNDMODE; |