Skip to content

Commit 0944dfa

Browse files
authored
Merge pull request #122 from juntyr/sign2
Implement copysign, sign, and signbit ufuncs
2 parents 6b5dbb2 + 6e9fc78 commit 0944dfa

File tree

9 files changed

+316
-94
lines changed

9 files changed

+316
-94
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)