diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-06-07 20:43:33 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-06-08 20:44:06 +0200 |
commit | fe4c882be4009d866f632c53fcfb7c8891c0e835 (patch) | |
tree | 66aea2c0097daa853ba11b8149ef57c26a9f6230 | |
parent | 0defe6d1813e93d6b8813b6c82d8151972c26778 (diff) | |
download | numpy-fe4c882be4009d866f632c53fcfb7c8891c0e835.tar.gz |
MAINT: remove duplicate vtype template
-rw-r--r-- | numpy/core/src/umath/loops.c.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/umath/loops.c.src b/numpy/core/src/umath/loops.c.src index f49f86cad..c8ce8fb2a 100644 --- a/numpy/core/src/umath/loops.c.src +++ b/numpy/core/src/umath/loops.c.src @@ -1303,7 +1303,6 @@ TIMEDELTA_mm_d_divide(char **args, npy_intp *dimensions, npy_intp *steps, void * * #vtype = __m128, __m128d# * #vpre = _mm, _mm# * #vsuf = ps, pd# -* #vtype = __m128, __m128d# */ #ifdef HAVE_EMMINTRIN_H |