summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorqiyu8 <qiyu8@foxmail.com>2020-06-10 14:36:26 +0800
committerqiyu8 <qiyu8@foxmail.com>2020-06-10 14:36:26 +0800
commit87381b245768a22785101503f065eb8ce1e77e0d (patch)
tree6db09d164c53a577a999dd583ae34b1815826c4c /numpy
parent2e2e9d56d7afb0f57c0518d4d886163134bf96f0 (diff)
downloadnumpy-87381b245768a22785101503f065eb8ce1e77e0d.tar.gz
Simplify the benchmark case by focusing only on float64 input and SSE2 optimization
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/einsum.c.src3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/src/multiarray/einsum.c.src b/numpy/core/src/multiarray/einsum.c.src
index 5a5dd7236..2538e05c6 100644
--- a/numpy/core/src/multiarray/einsum.c.src
+++ b/numpy/core/src/multiarray/einsum.c.src
@@ -31,9 +31,6 @@
#define EINSUM_USE_SSE1 0
#endif
-/*
- * TODO: Only some SSE2 for float64 is implemented.
- */
#ifdef NPY_HAVE_SSE2_INTRINSICS
#define EINSUM_USE_SSE2 1
#else