Skip to content

Commit 81ead30

Browse files
committed
remove these for now
1 parent 8d23927 commit 81ead30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/apicodegen.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
'float': 'float',
2424
'double': 'double',
2525
'longdouble': 'long double',
26-
'complexf': 'float _Complex',
27-
'complexd': 'double _Complex',
26+
#'complexf': 'float _Complex',
27+
#'complexd': 'double _Complex',
2828
}
2929

3030
typesizes_rma = (
@@ -122,8 +122,8 @@
122122
'float': " max min sum prod".split(),
123123
'double': " max min sum prod".split(),
124124
'longdouble': " max min sum prod".split(),
125-
'complexd': " sum prod".split(),
126-
'complexf': " sum prod".split(),
125+
#'complexd': " sum prod".split(),
126+
#'complexf': " sum prod".split(),
127127
}
128128

129129

0 commit comments

Comments
 (0)