libcm/vop/cmVectOpsTemplateUndef.h

39 lines
480 B
C
Raw Normal View History

2012-10-30 03:52:39 +00:00
#ifdef VECT_OP_TYPE
#undef VECT_OP_TYPE
#endif
#ifdef VECT_OP_FUNC
#undef VECT_OP_FUNC
#endif
#ifdef VECT_OP_EPSILON
#undef VECT_OP_EPSILON
#endif
#ifdef VECT_OP_TYPE_MAX
#undef VECT_OP_TYPE_MAX
#endif
#ifdef VECT_OP_TYPE_MIN
#undef VECT_OP_TYPE_MIN
#endif
#ifdef VECT_OP_MIN
#undef VECT_OP_MIN
#endif
#ifdef VECT_OP_MAX
#undef VECT_OP_MAX
#endif
#ifdef VECT_OP_LAP_FUNC
#undef VECT_OP_LAP_FUNC
#endif
#ifdef VECT_OP_BLAS_FUNC
#undef VECT_OP_BLAS_FUNC
#endif