We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d23927 commit 81ead30Copy full SHA for 81ead30
src/apicodegen.py
@@ -23,8 +23,8 @@
23
'float': 'float',
24
'double': 'double',
25
'longdouble': 'long double',
26
- 'complexf': 'float _Complex',
27
- 'complexd': 'double _Complex',
+ #'complexf': 'float _Complex',
+ #'complexd': 'double _Complex',
28
}
29
30
typesizes_rma = (
@@ -122,8 +122,8 @@
122
'float': " max min sum prod".split(),
123
'double': " max min sum prod".split(),
124
'longdouble': " max min sum prod".split(),
125
- 'complexd': " sum prod".split(),
126
- 'complexf': " sum prod".split(),
+ #'complexd': " sum prod".split(),
+ #'complexf': " sum prod".split(),
127
128
129
0 commit comments