diff options
author | mattip <matti.picus@gmail.com> | 2018-10-11 08:21:36 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-10-11 08:21:36 +0300 |
commit | a3e752b497e3afcae0a4e1fcdfa502fa5ad3534d (patch) | |
tree | 4a9d725a0e45c0d91dbdfbaa82057157c5a45b1d /numpy | |
parent | 367f05a9d0bab03efc9dc394f0019ea6490e81a5 (diff) | |
download | numpy-a3e752b497e3afcae0a4e1fcdfa502fa5ad3534d.tar.gz |
MAINT: remove unused label from review
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/umath/simd.inc.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/umath/simd.inc.src b/numpy/core/src/umath/simd.inc.src index 48a8287f8..47f9168e5 100644 --- a/numpy/core/src/umath/simd.inc.src +++ b/numpy/core/src/umath/simd.inc.src @@ -130,7 +130,6 @@ abs_ptrdiff(char *a, char *b) * #func = sqrt, absolute, negative, minimum, maximum# * #check = IS_BLOCKABLE_UNARY*3, IS_BLOCKABLE_REDUCE*2 # * #name = unary*3, unary_reduce*2# - * #minmax = 0*3, 1*2# */ #if @vector@ && defined NPY_HAVE_SSE2_INTRINSICS |