Skip to content

Commit 62a60f0

Browse files
committed
Implement copysign, sign, and signbit ufuncs
1 parent f043f8d commit 62a60f0

File tree

8 files changed

+313
-91
lines changed

8 files changed

+313
-91
lines changed

quaddtype/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ srcs = [
6060
'numpy_quaddtype/src/umath/binary_ops.cpp',
6161
'numpy_quaddtype/src/umath/unary_ops.h',
6262
'numpy_quaddtype/src/umath/unary_ops.cpp',
63+
'numpy_quaddtype/src/umath/unary_props.h',
64+
'numpy_quaddtype/src/umath/unary_props.cpp',
6365
'numpy_quaddtype/src/umath/comparison_ops.h',
6466
'numpy_quaddtype/src/umath/comparison_ops.cpp',
6567
'numpy_quaddtype/src/umath/promoters.hpp',

0 commit comments

Comments
 (0)