Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions quaddtype/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ srcs = [
'numpy_quaddtype/src/umath/binary_ops.cpp',
'numpy_quaddtype/src/umath/unary_ops.h',
'numpy_quaddtype/src/umath/unary_ops.cpp',
'numpy_quaddtype/src/umath/unary_props.h',
'numpy_quaddtype/src/umath/unary_props.cpp',
'numpy_quaddtype/src/umath/comparison_ops.h',
'numpy_quaddtype/src/umath/comparison_ops.cpp',
'numpy_quaddtype/src/umath/promoters.hpp',
Expand Down
Loading
Loading