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.
18 lines
518 B
C
18 lines
518 B
C
/*******************************************************************************
|
|
* @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_
|