From 8bea32cc0b1de22f3ae2cbfcfdd2e7f1f749fbb2 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Wed, 20 Jan 2021 17:01:32 +0100 Subject: [PATCH] CMSIS-DSP: Removed wrong includes of f16 headers in f32 code. --- Source/SupportFunctions/arm_quick_sort_f32.c | 1 - Source/SupportFunctions/arm_selection_sort_f32.c | 1 - Source/SupportFunctions/arm_sort_f32.c | 1 - Source/SupportFunctions/arm_sort_init_f32.c | 1 - 4 files changed, 4 deletions(-) diff --git a/Source/SupportFunctions/arm_quick_sort_f32.c b/Source/SupportFunctions/arm_quick_sort_f32.c index b2c9059a..36582a64 100644 --- a/Source/SupportFunctions/arm_quick_sort_f32.c +++ b/Source/SupportFunctions/arm_quick_sort_f32.c @@ -26,7 +26,6 @@ * limitations under the License. */ -#include "dsp/support_functions_f16.h" #include "arm_sorting.h" static uint32_t arm_quick_sort_partition_f32(float32_t *pSrc, int32_t first, int32_t last, uint8_t dir) diff --git a/Source/SupportFunctions/arm_selection_sort_f32.c b/Source/SupportFunctions/arm_selection_sort_f32.c index 1a025689..d67b3c24 100644 --- a/Source/SupportFunctions/arm_selection_sort_f32.c +++ b/Source/SupportFunctions/arm_selection_sort_f32.c @@ -26,7 +26,6 @@ * limitations under the License. */ -#include "dsp/support_functions_f16.h" #include "arm_sorting.h" /** diff --git a/Source/SupportFunctions/arm_sort_f32.c b/Source/SupportFunctions/arm_sort_f32.c index 25468611..b27f184e 100644 --- a/Source/SupportFunctions/arm_sort_f32.c +++ b/Source/SupportFunctions/arm_sort_f32.c @@ -26,7 +26,6 @@ * limitations under the License. */ -#include "dsp/support_functions_f16.h" #include "arm_sorting.h" /** diff --git a/Source/SupportFunctions/arm_sort_init_f32.c b/Source/SupportFunctions/arm_sort_init_f32.c index 6f6e3a6e..7820fed8 100644 --- a/Source/SupportFunctions/arm_sort_init_f32.c +++ b/Source/SupportFunctions/arm_sort_init_f32.c @@ -26,7 +26,6 @@ * limitations under the License. */ -#include "dsp/support_functions_f16.h" #include "arm_sorting.h" /**