diff options
Diffstat (limited to 'pl/math/log1pf_data.c')
-rw-r--r-- | pl/math/log1pf_data.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pl/math/log1pf_data.c b/pl/math/log1pf_data.c deleted file mode 100644 index 8c92d5738fe8..000000000000 --- a/pl/math/log1pf_data.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Data used in single-precision log1p(x) function. - * - * Copyright (c) 2022-2023, Arm Limited. - * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception - */ -#include "math_config.h" - -/* Polynomial coefficients generated using floating-point minimax - algorithm, see tools/log1pf.sollya for details. */ -const struct log1pf_data __log1pf_data - = {.coeffs = {-0x1p-1f, 0x1.5555aap-2f, -0x1.000038p-2f, 0x1.99675cp-3f, - -0x1.54ef78p-3f, 0x1.28a1f4p-3f, -0x1.0da91p-3f, 0x1.abcb6p-4f, - -0x1.6f0d5ep-5f}}; |