Skip to content

Commit 4379a6b

Browse files
committed
Add clarification to the code stating why maximum/minimum were dropped
1 parent 424d626 commit 4379a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkl_umath/generate_umath.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ def english_upper(s):
532532
None,
533533
TD(inexactvec + cmplxvec, out='?'),
534534
),
535-
# 'maximum':
536-
# 'minimum':
535+
# 'maximum': no dedicated Intel(R) MKL function
536+
# 'minimum': no dedicated Intel(R) MKL function
537537
# 'clip':
538538
'fmax':
539539
Ufunc(2, 1, ReorderableNone,

0 commit comments

Comments
 (0)