Skip to content

Commit d020a0d

Browse files
import complex.h from c10
Differential Revision: D72197508 Pull Request resolved: #10155
1 parent 944b90b commit d020a0d

File tree

5 files changed

+1129
-31
lines changed

5 files changed

+1129
-31
lines changed

runtime/core/portable_type/c10/c10/targets.bzl

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def define_common_targets():
2525
"util/Half-inl.h",
2626
"util/TypeSafeSignMath.h",
2727
"util/bit_cast.h",
28+
"util/complex.h",
29+
"util/complex_math.h",
30+
"util/complex_utils.h",
2831
"util/floating_point_utils.h",
2932
"util/irange.h",
3033
],

0 commit comments

Comments
 (0)