mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
bounds the range of random integers for AltiVec
This commit is contained in:
parent
4bfe38eda2
commit
28d17c5390
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user