15 lines
540 B
Diff
15 lines
540 B
Diff
diff -rupN --no-dereference eigen-3.4.0/Eigen/src/Core/arch/AltiVec/MatrixProduct.h eigen-3.4.0-new/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
|
|
--- eigen-3.4.0/Eigen/src/Core/arch/AltiVec/MatrixProduct.h 2021-08-18 22:41:58.000000000 +0200
|
|
+++ eigen-3.4.0-new/Eigen/src/Core/arch/AltiVec/MatrixProduct.h 2022-02-24 16:16:04.325119524 +0100
|
|
@@ -28,6 +28,10 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef __PPC64__
|
|
+#define EIGEN_ALTIVEC_DISABLE_MMA
|
|
+#endif
|
|
+
|
|
#ifdef __has_builtin
|
|
#if __has_builtin(__builtin_mma_assemble_acc)
|
|
#define ALTIVEC_MMA_SUPPORT
|