aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <benoitjacob@google.com>2015-03-15 18:13:12 -0400
committerGravatar Benoit Jacob <benoitjacob@google.com>2015-03-15 18:13:12 -0400
commit02babb9c0f0f8729a411b1bf7c27240f64055623 (patch)
tree4b2a75fcbb3c181f992f3bc77ba1e599ab545cc3 /Eigen/Core
parent3589a9c115a892ea3ca5dac74d71a1526764cb38 (diff)
Provide a empirical lookup table for blocking sizes measured on a Nexus 5. Only for float, only for Android on ARM 32bit for now.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 138c34916..1a3249604 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -308,6 +308,7 @@ using std::ptrdiff_t;
#include "src/Core/arch/NEON/PacketMath.h"
#include "src/Core/arch/NEON/MathFunctions.h"
#include "src/Core/arch/NEON/Complex.h"
+ #include "src/Core/arch/NEON/BlockingSizesLookupTables.h"
#endif
#if defined EIGEN_VECTORIZE_CUDA