Skip to content

Commit

Permalink
remove these for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Jul 30, 2023
1 parent 8d23927 commit 81ead30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/apicodegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
'float': 'float',
'double': 'double',
'longdouble': 'long double',
'complexf': 'float _Complex',
'complexd': 'double _Complex',
#'complexf': 'float _Complex',
#'complexd': 'double _Complex',
}

typesizes_rma = (
Expand Down Expand Up @@ -122,8 +122,8 @@
'float': " max min sum prod".split(),
'double': " max min sum prod".split(),
'longdouble': " max min sum prod".split(),
'complexd': " sum prod".split(),
'complexf': " sum prod".split(),
#'complexd': " sum prod".split(),
#'complexf': " sum prod".split(),
}


Expand Down

0 comments on commit 81ead30

Please sign in to comment.