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.

cmVectOpsTemplateUndef.h 627B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 VECT_OP_TYPE
  4. #undef VECT_OP_TYPE
  5. #endif
  6. #ifdef VECT_OP_FUNC
  7. #undef VECT_OP_FUNC
  8. #endif
  9. #ifdef VECT_OP_EPSILON
  10. #undef VECT_OP_EPSILON
  11. #endif
  12. #ifdef VECT_OP_TYPE_MAX
  13. #undef VECT_OP_TYPE_MAX
  14. #endif
  15. #ifdef VECT_OP_TYPE_MIN
  16. #undef VECT_OP_TYPE_MIN
  17. #endif
  18. #ifdef VECT_OP_MIN
  19. #undef VECT_OP_MIN
  20. #endif
  21. #ifdef VECT_OP_MAX
  22. #undef VECT_OP_MAX
  23. #endif
  24. #ifdef VECT_OP_LAP_FUNC
  25. #undef VECT_OP_LAP_FUNC
  26. #endif
  27. #ifdef VECT_OP_BLAS_FUNC
  28. #undef VECT_OP_BLAS_FUNC
  29. #endif