From 1e3960407b285ac0281f186d7fcaaebb9736e4c0 Mon Sep 17 00:00:00 2001 From: Olaf Bernstein Date: Thu, 3 Oct 2024 23:27:48 +0200 Subject: [PATCH] remove unused dependency on stdio from library code --- src/rvvlm_acosD.c | 1 - src/rvvlm_acosDI.c | 1 - src/rvvlm_acoshD.c | 1 - src/rvvlm_acoshDI.c | 1 - src/rvvlm_acospiD.c | 1 - src/rvvlm_acospiDI.c | 1 - src/rvvlm_asinD.c | 1 - src/rvvlm_asinDI.c | 1 - src/rvvlm_asinhD.c | 1 - src/rvvlm_asinhDI.c | 1 - src/rvvlm_asinpiD.c | 1 - src/rvvlm_asinpiDI.c | 1 - src/rvvlm_atan2D.c | 1 - src/rvvlm_atan2DI.c | 1 - src/rvvlm_atan2piD.c | 1 - src/rvvlm_atan2piDI.c | 1 - src/rvvlm_atanD.c | 1 - src/rvvlm_atanDI.c | 1 - src/rvvlm_atanhD.c | 1 - src/rvvlm_atanhDI.c | 1 - src/rvvlm_atanpiD.c | 1 - src/rvvlm_atanpiDI.c | 1 - src/rvvlm_cbrtD.c | 1 - src/rvvlm_cbrtDI.c | 1 - src/rvvlm_cdfnormD.c | 1 - src/rvvlm_cdfnormDI.c | 1 - src/rvvlm_cdfnorminvD.c | 1 - src/rvvlm_cdfnorminvDI.c | 1 - src/rvvlm_cosD.c | 1 - src/rvvlm_cosDI.c | 1 - src/rvvlm_coshD.c | 1 - src/rvvlm_coshDI.c | 1 - src/rvvlm_cospiD.c | 1 - src/rvvlm_cospiDI.c | 1 - src/rvvlm_erfD.c | 1 - src/rvvlm_erfDI.c | 1 - src/rvvlm_erfcD.c | 1 - src/rvvlm_erfcDI.c | 1 - src/rvvlm_erfcinvD.c | 1 - src/rvvlm_erfcinvDI.c | 1 - src/rvvlm_erfinvD.c | 1 - src/rvvlm_erfinvDI.c | 1 - src/rvvlm_exp10D.c | 1 - src/rvvlm_exp10DI.c | 1 - src/rvvlm_exp2D.c | 1 - src/rvvlm_exp2DI.c | 1 - src/rvvlm_expD.c | 1 - src/rvvlm_expDI.c | 1 - src/rvvlm_expint1D.c | 1 - src/rvvlm_expint1DI.c | 1 - src/rvvlm_expm1D.c | 1 - src/rvvlm_expm1DI.c | 1 - src/rvvlm_lgammaD.c | 1 - src/rvvlm_lgammaDI.c | 1 - src/rvvlm_log10D.c | 1 - src/rvvlm_log10DI.c | 1 - src/rvvlm_log1pD.c | 1 - src/rvvlm_log1pDI.c | 1 - src/rvvlm_log2D.c | 1 - src/rvvlm_log2DI.c | 1 - src/rvvlm_logD.c | 1 - src/rvvlm_logDI.c | 1 - src/rvvlm_powD.c | 1 - src/rvvlm_powDI.c | 1 - src/rvvlm_sinD.c | 1 - src/rvvlm_sinDI.c | 1 - src/rvvlm_sincosD.c | 1 - src/rvvlm_sincosDI.c | 1 - src/rvvlm_sincospiD.c | 1 - src/rvvlm_sincospiDI.c | 1 - src/rvvlm_sinhD.c | 1 - src/rvvlm_sinhDI.c | 1 - src/rvvlm_sinpiD.c | 1 - src/rvvlm_sinpiDI.c | 1 - src/rvvlm_tanD.c | 1 - src/rvvlm_tanDI.c | 1 - src/rvvlm_tanhD.c | 1 - src/rvvlm_tanhDI.c | 1 - src/rvvlm_tanpiD.c | 1 - src/rvvlm_tanpiDI.c | 1 - src/rvvlm_tgammaD.c | 1 - src/rvvlm_tgammaDI.c | 1 - 82 files changed, 82 deletions(-) diff --git a/src/rvvlm_acosD.c b/src/rvvlm_acosD.c index a5f9b2c..a887e2c 100644 --- a/src/rvvlm_acosD.c +++ b/src/rvvlm_acosD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_acosDI.c b/src/rvvlm_acosDI.c index 36b2fb3..e094246 100644 --- a/src/rvvlm_acosDI.c +++ b/src/rvvlm_acosDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_acoshD.c b/src/rvvlm_acoshD.c index 0a1f4a4..f2e3cb9 100644 --- a/src/rvvlm_acoshD.c +++ b/src/rvvlm_acoshD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_acoshDI.c b/src/rvvlm_acoshDI.c index 7685f54..4a1e61c 100644 --- a/src/rvvlm_acoshDI.c +++ b/src/rvvlm_acoshDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_acospiD.c b/src/rvvlm_acospiD.c index 666fcf6..49b5d85 100644 --- a/src/rvvlm_acospiD.c +++ b/src/rvvlm_acospiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_acospiDI.c b/src/rvvlm_acospiDI.c index 42567fe..75fa7f5 100644 --- a/src/rvvlm_acospiDI.c +++ b/src/rvvlm_acospiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_asinD.c b/src/rvvlm_asinD.c index d7e8ed7..127094a 100644 --- a/src/rvvlm_asinD.c +++ b/src/rvvlm_asinD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_asinDI.c b/src/rvvlm_asinDI.c index 26b3dbe..f13ac86 100644 --- a/src/rvvlm_asinDI.c +++ b/src/rvvlm_asinDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_asinhD.c b/src/rvvlm_asinhD.c index 8665eb2..e3b11a1 100644 --- a/src/rvvlm_asinhD.c +++ b/src/rvvlm_asinhD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_asinhDI.c b/src/rvvlm_asinhDI.c index bcc76b0..1558f6d 100644 --- a/src/rvvlm_asinhDI.c +++ b/src/rvvlm_asinhDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_asinpiD.c b/src/rvvlm_asinpiD.c index eeaffee..8406a85 100644 --- a/src/rvvlm_asinpiD.c +++ b/src/rvvlm_asinpiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_asinpiDI.c b/src/rvvlm_asinpiDI.c index 0b8664c..50f3e8e 100644 --- a/src/rvvlm_asinpiDI.c +++ b/src/rvvlm_asinpiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_atan2D.c b/src/rvvlm_atan2D.c index 3940a3c..352a09a 100644 --- a/src/rvvlm_atan2D.c +++ b/src/rvvlm_atan2D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_21 diff --git a/src/rvvlm_atan2DI.c b/src/rvvlm_atan2DI.c index aa60382..22dc202 100644 --- a/src/rvvlm_atan2DI.c +++ b/src/rvvlm_atan2DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_21 diff --git a/src/rvvlm_atan2piD.c b/src/rvvlm_atan2piD.c index 67326a0..5cbf0d9 100644 --- a/src/rvvlm_atan2piD.c +++ b/src/rvvlm_atan2piD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_21 diff --git a/src/rvvlm_atan2piDI.c b/src/rvvlm_atan2piDI.c index 0adcce7..52fe98d 100644 --- a/src/rvvlm_atan2piDI.c +++ b/src/rvvlm_atan2piDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_21 diff --git a/src/rvvlm_atanD.c b/src/rvvlm_atanD.c index 3dbb26a..a52abc8 100644 --- a/src/rvvlm_atanD.c +++ b/src/rvvlm_atanD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_atanDI.c b/src/rvvlm_atanDI.c index 2faa73d..fa9b29c 100644 --- a/src/rvvlm_atanDI.c +++ b/src/rvvlm_atanDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_atanhD.c b/src/rvvlm_atanhD.c index 837eea9..caf0b3a 100644 --- a/src/rvvlm_atanhD.c +++ b/src/rvvlm_atanhD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_atanhDI.c b/src/rvvlm_atanhDI.c index 08789c3..448119e 100644 --- a/src/rvvlm_atanhDI.c +++ b/src/rvvlm_atanhDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_atanpiD.c b/src/rvvlm_atanpiD.c index 80d2606..a05ee53 100644 --- a/src/rvvlm_atanpiD.c +++ b/src/rvvlm_atanpiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_atanpiDI.c b/src/rvvlm_atanpiDI.c index 4b6c72b..2a158a2 100644 --- a/src/rvvlm_atanpiDI.c +++ b/src/rvvlm_atanpiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cbrtD.c b/src/rvvlm_cbrtD.c index 8f060af..86021f4 100644 --- a/src/rvvlm_cbrtD.c +++ b/src/rvvlm_cbrtD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cbrtDI.c b/src/rvvlm_cbrtDI.c index 542a213..63f0937 100644 --- a/src/rvvlm_cbrtDI.c +++ b/src/rvvlm_cbrtDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cdfnormD.c b/src/rvvlm_cdfnormD.c index 74123b4..f315d4e 100644 --- a/src/rvvlm_cdfnormD.c +++ b/src/rvvlm_cdfnormD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cdfnormDI.c b/src/rvvlm_cdfnormDI.c index f63a14e..68ab7b9 100644 --- a/src/rvvlm_cdfnormDI.c +++ b/src/rvvlm_cdfnormDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cdfnorminvD.c b/src/rvvlm_cdfnorminvD.c index 2dec9d7..3d825ae 100644 --- a/src/rvvlm_cdfnorminvD.c +++ b/src/rvvlm_cdfnorminvD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cdfnorminvDI.c b/src/rvvlm_cdfnorminvDI.c index a8b747c..73d6f5e 100644 --- a/src/rvvlm_cdfnorminvDI.c +++ b/src/rvvlm_cdfnorminvDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cosD.c b/src/rvvlm_cosD.c index 0da834a..8f80a69 100644 --- a/src/rvvlm_cosD.c +++ b/src/rvvlm_cosD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cosDI.c b/src/rvvlm_cosDI.c index 4b63bab..9c32f2d 100644 --- a/src/rvvlm_cosDI.c +++ b/src/rvvlm_cosDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_coshD.c b/src/rvvlm_coshD.c index 9010cc7..409d2f2 100644 --- a/src/rvvlm_coshD.c +++ b/src/rvvlm_coshD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_coshDI.c b/src/rvvlm_coshDI.c index 2472fd6..b1bbf8f 100644 --- a/src/rvvlm_coshDI.c +++ b/src/rvvlm_coshDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cospiD.c b/src/rvvlm_cospiD.c index 69b792e..9ec5e2c 100644 --- a/src/rvvlm_cospiD.c +++ b/src/rvvlm_cospiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_cospiDI.c b/src/rvvlm_cospiDI.c index 137264a..e5dfc6b 100644 --- a/src/rvvlm_cospiDI.c +++ b/src/rvvlm_cospiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfD.c b/src/rvvlm_erfD.c index 0aff3f7..a3b5291 100644 --- a/src/rvvlm_erfD.c +++ b/src/rvvlm_erfD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfDI.c b/src/rvvlm_erfDI.c index 853ee76..720d0e6 100644 --- a/src/rvvlm_erfDI.c +++ b/src/rvvlm_erfDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfcD.c b/src/rvvlm_erfcD.c index bdf299b..18f48fa 100644 --- a/src/rvvlm_erfcD.c +++ b/src/rvvlm_erfcD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfcDI.c b/src/rvvlm_erfcDI.c index c5c2245..87cd358 100644 --- a/src/rvvlm_erfcDI.c +++ b/src/rvvlm_erfcDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfcinvD.c b/src/rvvlm_erfcinvD.c index 356c2ff..db0f51d 100644 --- a/src/rvvlm_erfcinvD.c +++ b/src/rvvlm_erfcinvD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfcinvDI.c b/src/rvvlm_erfcinvDI.c index ab6defb..cc8a7f8 100644 --- a/src/rvvlm_erfcinvDI.c +++ b/src/rvvlm_erfcinvDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfinvD.c b/src/rvvlm_erfinvD.c index 864d6c2..58c002b 100644 --- a/src/rvvlm_erfinvD.c +++ b/src/rvvlm_erfinvD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_erfinvDI.c b/src/rvvlm_erfinvDI.c index 005d032..dda7001 100644 --- a/src/rvvlm_erfinvDI.c +++ b/src/rvvlm_erfinvDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_exp10D.c b/src/rvvlm_exp10D.c index 9b53926..7dc0a91 100644 --- a/src/rvvlm_exp10D.c +++ b/src/rvvlm_exp10D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_exp10DI.c b/src/rvvlm_exp10DI.c index 0ff1563..3a5a1ba 100644 --- a/src/rvvlm_exp10DI.c +++ b/src/rvvlm_exp10DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_exp2D.c b/src/rvvlm_exp2D.c index e2c1d44..d568a2c 100644 --- a/src/rvvlm_exp2D.c +++ b/src/rvvlm_exp2D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_exp2DI.c b/src/rvvlm_exp2DI.c index d1928e9..aa6db4f 100644 --- a/src/rvvlm_exp2DI.c +++ b/src/rvvlm_exp2DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_expD.c b/src/rvvlm_expD.c index d16ce68..cd1d1c1 100644 --- a/src/rvvlm_expD.c +++ b/src/rvvlm_expD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_expDI.c b/src/rvvlm_expDI.c index d96f4b4..ac38d3d 100644 --- a/src/rvvlm_expDI.c +++ b/src/rvvlm_expDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_expint1D.c b/src/rvvlm_expint1D.c index 94d4c78..92fda9f 100644 --- a/src/rvvlm_expint1D.c +++ b/src/rvvlm_expint1D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_expint1DI.c b/src/rvvlm_expint1DI.c index 522c4a8..00cc1a1 100644 --- a/src/rvvlm_expint1DI.c +++ b/src/rvvlm_expint1DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_expm1D.c b/src/rvvlm_expm1D.c index 63ac259..c74a6e9 100644 --- a/src/rvvlm_expm1D.c +++ b/src/rvvlm_expm1D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_expm1DI.c b/src/rvvlm_expm1DI.c index 1b9d6ef..21029ce 100644 --- a/src/rvvlm_expm1DI.c +++ b/src/rvvlm_expm1DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_lgammaD.c b/src/rvvlm_lgammaD.c index 342d54b..d78b3f1 100644 --- a/src/rvvlm_lgammaD.c +++ b/src/rvvlm_lgammaD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_lgammaDI.c b/src/rvvlm_lgammaDI.c index 85ff0c1..b427b56 100644 --- a/src/rvvlm_lgammaDI.c +++ b/src/rvvlm_lgammaDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_log10D.c b/src/rvvlm_log10D.c index 63bd885..18d5f41 100644 --- a/src/rvvlm_log10D.c +++ b/src/rvvlm_log10D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_log10DI.c b/src/rvvlm_log10DI.c index 7137671..58dbe3b 100644 --- a/src/rvvlm_log10DI.c +++ b/src/rvvlm_log10DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_log1pD.c b/src/rvvlm_log1pD.c index fb5d683..8d7810b 100644 --- a/src/rvvlm_log1pD.c +++ b/src/rvvlm_log1pD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_log1pDI.c b/src/rvvlm_log1pDI.c index 9681899..cd4595c 100644 --- a/src/rvvlm_log1pDI.c +++ b/src/rvvlm_log1pDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_log2D.c b/src/rvvlm_log2D.c index 2e4f1b5..9491950 100644 --- a/src/rvvlm_log2D.c +++ b/src/rvvlm_log2D.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_log2DI.c b/src/rvvlm_log2DI.c index 853b172..581349a 100644 --- a/src/rvvlm_log2DI.c +++ b/src/rvvlm_log2DI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_logD.c b/src/rvvlm_logD.c index 6a910da..2b8ea27 100644 --- a/src/rvvlm_logD.c +++ b/src/rvvlm_logD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_logDI.c b/src/rvvlm_logDI.c index 2d7d721..c94cdfd 100644 --- a/src/rvvlm_logDI.c +++ b/src/rvvlm_logDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_powD.c b/src/rvvlm_powD.c index 5e11623..fc49a7c 100644 --- a/src/rvvlm_powD.c +++ b/src/rvvlm_powD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_21 diff --git a/src/rvvlm_powDI.c b/src/rvvlm_powDI.c index 33a6180..6e75002 100644 --- a/src/rvvlm_powDI.c +++ b/src/rvvlm_powDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_21 diff --git a/src/rvvlm_sinD.c b/src/rvvlm_sinD.c index d98e402..a7db3cc 100644 --- a/src/rvvlm_sinD.c +++ b/src/rvvlm_sinD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_sinDI.c b/src/rvvlm_sinDI.c index 30f7c8e..e72d488 100644 --- a/src/rvvlm_sinDI.c +++ b/src/rvvlm_sinDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_sincosD.c b/src/rvvlm_sincosD.c index 0238908..3d9c500 100644 --- a/src/rvvlm_sincosD.c +++ b/src/rvvlm_sincosD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_12 diff --git a/src/rvvlm_sincosDI.c b/src/rvvlm_sincosDI.c index 6750279..436619c 100644 --- a/src/rvvlm_sincosDI.c +++ b/src/rvvlm_sincosDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_12 diff --git a/src/rvvlm_sincospiD.c b/src/rvvlm_sincospiD.c index 0c6d13b..bd377ac 100644 --- a/src/rvvlm_sincospiD.c +++ b/src/rvvlm_sincospiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_12 diff --git a/src/rvvlm_sincospiDI.c b/src/rvvlm_sincospiDI.c index ad01ffa..bc4adfd 100644 --- a/src/rvvlm_sincospiDI.c +++ b/src/rvvlm_sincospiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_12 diff --git a/src/rvvlm_sinhD.c b/src/rvvlm_sinhD.c index bf39fdf..fbe4f67 100644 --- a/src/rvvlm_sinhD.c +++ b/src/rvvlm_sinhD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_sinhDI.c b/src/rvvlm_sinhDI.c index 10fd47f..6c9cb73 100644 --- a/src/rvvlm_sinhDI.c +++ b/src/rvvlm_sinhDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_sinpiD.c b/src/rvvlm_sinpiD.c index 6e61684..aa2d0d4 100644 --- a/src/rvvlm_sinpiD.c +++ b/src/rvvlm_sinpiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_sinpiDI.c b/src/rvvlm_sinpiDI.c index fbd836f..4063c73 100644 --- a/src/rvvlm_sinpiDI.c +++ b/src/rvvlm_sinpiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tanD.c b/src/rvvlm_tanD.c index f75819f..a7addb2 100644 --- a/src/rvvlm_tanD.c +++ b/src/rvvlm_tanD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tanDI.c b/src/rvvlm_tanDI.c index 8c76c54..086d945 100644 --- a/src/rvvlm_tanDI.c +++ b/src/rvvlm_tanDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tanhD.c b/src/rvvlm_tanhD.c index 6caa560..f14039a 100644 --- a/src/rvvlm_tanhD.c +++ b/src/rvvlm_tanhD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tanhDI.c b/src/rvvlm_tanhDI.c index c2844f2..df43582 100644 --- a/src/rvvlm_tanhDI.c +++ b/src/rvvlm_tanhDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tanpiD.c b/src/rvvlm_tanpiD.c index 97ecedf..4d72217 100644 --- a/src/rvvlm_tanpiD.c +++ b/src/rvvlm_tanpiD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tanpiDI.c b/src/rvvlm_tanpiDI.c index 7484910..44b3656 100644 --- a/src/rvvlm_tanpiDI.c +++ b/src/rvvlm_tanpiDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tgammaD.c b/src/rvvlm_tgammaD.c index 48038de..426db78 100644 --- a/src/rvvlm_tgammaD.c +++ b/src/rvvlm_tgammaD.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11 diff --git a/src/rvvlm_tgammaDI.c b/src/rvvlm_tgammaDI.c index 98655ab..85ab0de 100644 --- a/src/rvvlm_tgammaDI.c +++ b/src/rvvlm_tgammaDI.c @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 #include -#include #include "rvvlm.h" #define API_SIGNATURE API_SIGNATURE_11