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

pull/19/head
Christophe Favergeon 5 years ago
parent 9a254bc926
commit 8bea32cc0b

@ -26,7 +26,6 @@
* limitations under the License. * limitations under the License.
*/ */
#include "dsp/support_functions_f16.h"
#include "arm_sorting.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) static uint32_t arm_quick_sort_partition_f32(float32_t *pSrc, int32_t first, int32_t last, uint8_t dir)

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

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

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

Loading…
Cancel
Save