bounds the range of random integers for AltiVec

This commit is contained in:
Gael Guennebaud 2011-02-24 00:22:53 +03:00
parent 4bfe38eda2
commit 28d17c5390

View File

@ -35,6 +35,11 @@
#undef NDEBUG
#endif
// bounds integer values for AltiVec
#ifdef __ALTIVEC__
#define EIGEN_MAKING_DOCS
#endif
#ifndef EIGEN_TEST_FUNC
#error EIGEN_TEST_FUNC must be defined
#endif