diff options
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r-- | miscutils/bc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index f931be5cc..e3f7573c9 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -2261,7 +2261,7 @@ static FAST_FUNC BC_STATUS zbc_num_p(BcNum *a, BcNum *b, BcNum *restrict c, size | |||
2261 | } | 2261 | } |
2262 | #define zbc_num_p(...) (zbc_num_p(__VA_ARGS__) COMMA_SUCCESS) | 2262 | #define zbc_num_p(...) (zbc_num_p(__VA_ARGS__) COMMA_SUCCESS) |
2263 | 2263 | ||
2264 | static BC_STATUS zbc_num_sqrt(BcNum *a, BcNum *restrict b, size_t scale) | 2264 | static NOINLINE BC_STATUS zbc_num_sqrt(BcNum *a, BcNum *restrict b, size_t scale) |
2265 | { | 2265 | { |
2266 | BcStatus s; | 2266 | BcStatus s; |
2267 | BcNum num1, num2, half, f, fprime, *x0, *x1, *temp; | 2267 | BcNum num1, num2, half, f, fprime, *x0, *x1, *temp; |