#ifndef _dsps_add_platform_H_ #define _dsps_add_platform_H_ #include "sdkconfig.h" #ifdef __XTENSA__ #include #include #if ((XCHAL_HAVE_FP == 1) && (XCHAL_HAVE_LOOPS == 1)) #define dsps_add_f32_ae32_enabled 1 #endif #if (XCHAL_HAVE_LOOPS == 1) #define dsps_add_s16_ae32_enabled 1 #endif #endif // __XTENSA__ #endif // _dsps_add_platform_H_