libcm is a C development framework with an emphasis on audio signal processing applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmProcTemplateUndef.h 657B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. //| Copyright: (C) 2009-2020 Kevin Larke <contact AT larke DOT org>
  2. //| License: GNU GPL version 3.0 or above. See the accompanying LICENSE file.
  3. #ifdef T0
  4. #undef T0
  5. #endif
  6. #ifdef T1
  7. #undef T1
  8. #endif
  9. #ifdef COMPLEX_T0
  10. #undef COMPLEX_T0
  11. #endif
  12. #ifdef COMPLEX_T1
  13. #undef COMPLEX_T1
  14. #endif
  15. #ifdef CLASS
  16. #undef CLASS
  17. #endif
  18. #ifdef STRUCT
  19. #undef STRUCT
  20. #endif
  21. #ifdef MEMBER
  22. #undef MEMBER
  23. #endif
  24. #ifdef FFT_PLAN_T0
  25. #undef FFT_PLAN_T0
  26. #endif
  27. #ifdef FFT_PLAN_T1
  28. #undef FFT_PLAN_T1
  29. #endif
  30. #ifdef FFT_FUNC_T0
  31. #undef FFT_FUNC_T0
  32. #endif
  33. #ifdef FFT_FUNC_T1
  34. #undef FFT_FUNC_T1
  35. #endif
  36. #ifdef VOP_T0
  37. #undef VOP_T0
  38. #endif
  39. #ifdef VOP_T1
  40. #undef VOP_T1
  41. #endif