Added logical operators + sorting + spline
- Added NEON bitwise AND, NOT, OR, XOR (q7, q15, q31)
- Added Sorting algorithms f32 (NEON bitonic sort)
- Added cubic spline interpolation function
- Added test patterns for all
diff --git a/CMSIS/DSP/Source/configDsp.cmake b/CMSIS/DSP/Source/configDsp.cmake
index 08a4d70..32c11a0 100644
--- a/CMSIS/DSP/Source/configDsp.cmake
+++ b/CMSIS/DSP/Source/configDsp.cmake
@@ -30,8 +30,8 @@
target_compile_definitions(${project} PRIVATE ARM_MATH_FLOAT16)
endif()
-if (HELIUM OR MVEF)
+if (HELIUM OR MVEF OR SUPPORT)
target_include_directories(${project} PRIVATE "${root}/CMSIS/DSP/PrivateInclude")
endif()
-endfunction()
\ No newline at end of file
+endfunction()