/******************************************************************************* * @file cmsis_dsp_math.h * @brief Architecture agnostic naming for arm_math.h * @see arm_math.h for defails ******************************************************************************/ /* Copyright (c) 2022 Google Inc * SPDX-License-Identifier: Apache-2.0 */ #ifndef INCLUDE_CMSIS_DSP_MATH_H_ #define INCLUDE_CMSIS_DSP_MATH_H_ #include "arm_math.h" #include "cmsis_dsp_math_types.h" #endif //INCLUDE_CMSIS_DSP_MATH_H_