mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Fix missing pound
This commit is contained in:
parent
591906477b
commit
e34db1239d
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// Check if we want to enable dynamic dispatch. Not supported by LLVM.
|
// Check if we want to enable dynamic dispatch. Not supported by LLVM.
|
||||||
if defined(EIGEN_ALTIVEC_ENABLE_MMA_DYNAMIC_DISPATCH) && !EIGEN_COMP_LLVM
|
#if defined(EIGEN_ALTIVEC_ENABLE_MMA_DYNAMIC_DISPATCH) && !EIGEN_COMP_LLVM
|
||||||
#define EIGEN_ALTIVEC_MMA_DYNAMIC_DISPATCH 1
|
#define EIGEN_ALTIVEC_MMA_DYNAMIC_DISPATCH 1
|
||||||
// Otherwise, use MMA by default if available.
|
// Otherwise, use MMA by default if available.
|
||||||
#elif defined(__MMA__)
|
#elif defined(__MMA__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user