controller_functions_f16.h 1.3 KB

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