controller_functions_f16.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /******************************************************************************
  2. * @file controller_functions_f16.h
  3. * @brief Public header file for CMSIS DSP Library
  4. * @version V1.9.0
  5. * @date 20. July 2020
  6. ******************************************************************************/
  7. /*
  8. * Copyright (c) 2010-2020 Arm Limited or its affiliates. All rights reserved.
  9. *
  10. * SPDX-License-Identifier: Apache-2.0
  11. *
  12. * Licensed under the Apache License, Version 2.0 (the License); you may
  13. * not use this file except in compliance with the License.
  14. * You may obtain a copy of the License at
  15. *
  16. * www.apache.org/licenses/LICENSE-2.0
  17. *
  18. * Unless required by applicable law or agreed to in writing, software
  19. * distributed under the License is distributed on an AS IS BASIS, WITHOUT
  20. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  21. * See the License for the specific language governing permissions and
  22. * limitations under the License.
  23. */
  24. #ifndef _CONTROLLER_FUNCTIONS_F16_H_
  25. #define _CONTROLLER_FUNCTIONS_F16_H_
  26. #ifdef __cplusplus
  27. extern "C"
  28. {
  29. #endif
  30. #if defined(ARM_FLOAT16_SUPPORTED)
  31. #endif /*defined(ARM_FLOAT16_SUPPORTED)*/
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif /* ifndef _CONTROLLER_FUNCTIONS_F16_H_ */