riscv_vec_fft.h 1.2 KB

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