You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Source/BayesFunctions/Config.cmake

10 lines
267 B
CMake

cmake_minimum_required (VERSION 3.14)
target_sources(CMSISDSP PRIVATE BayesFunctions/arm_gaussian_naive_bayes_predict_f32.c)
if ((NOT ARMAC5) AND (NOT DISABLEFLOAT16))
target_sources(CMSISDSP PRIVATE BayesFunctions/arm_gaussian_naive_bayes_predict_f16.c)
endif()