Преглед изворни кода

CMSIS-DSP: Removed wrong includes of f16 headers in f32 code.

Christophe Favergeon пре 5 година
родитељ
комит
8bea32cc0b

+ 0 - 1
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)

+ 0 - 1
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"
 
 /**

+ 0 - 1
Source/SupportFunctions/arm_sort_f32.c

@@ -26,7 +26,6 @@
  * limitations under the License.
  */
 
-#include "dsp/support_functions_f16.h"
 #include "arm_sorting.h"
 
 /**

+ 0 - 1
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"
 
 /**