Initial VSX commit

This commit is contained in:
Konstantinos Margaritis
2014-08-29 20:03:49 +00:00
parent 01f3ca3e8d
commit 7ff266e3ce
10 changed files with 284 additions and 11 deletions

View File

@@ -76,7 +76,7 @@
#endif
// bounds integer values for AltiVec
#ifdef __ALTIVEC__
#if defined(__ALTIVEC__) || defined(__VSX__)
#define EIGEN_MAKING_DOCS
#endif