mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +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
|
#undef NDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// bounds integer values for AltiVec
|
||||||
|
#ifdef __ALTIVEC__
|
||||||
|
#define EIGEN_MAKING_DOCS
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EIGEN_TEST_FUNC
|
#ifndef EIGEN_TEST_FUNC
|
||||||
#error EIGEN_TEST_FUNC must be defined
|
#error EIGEN_TEST_FUNC must be defined
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user