@@ -167,22 +167,24 @@ def conditional_guard(src, dst):
167
167
if not clc :
168
168
includes = ["<clc/clc.h>" ]
169
169
else :
170
- includes = sorted ([
171
- "<clc/internal/clc.h>" ,
172
- "<clc/integer/definitions.h>" ,
173
- "<clc/float/definitions.h>" ,
174
- "<clc/integer/clc_abs.h>" ,
175
- "<clc/common/clc_sign.h>" ,
176
- "<clc/shared/clc_clamp.h>" ,
177
- "<clc/shared/clc_min.h>" ,
178
- "<clc/shared/clc_max.h>" ,
179
- "<clc/math/clc_fabs.h>" ,
180
- "<clc/math/clc_rint.h>" ,
181
- "<clc/math/clc_ceil.h>" ,
182
- "<clc/math/clc_floor.h>" ,
183
- "<clc/math/clc_nextafter.h>" ,
184
- "<clc/relational/clc_select.h>" ,
185
- ])
170
+ includes = sorted (
171
+ [
172
+ "<clc/internal/clc.h>" ,
173
+ "<clc/integer/definitions.h>" ,
174
+ "<clc/float/definitions.h>" ,
175
+ "<clc/integer/clc_abs.h>" ,
176
+ "<clc/common/clc_sign.h>" ,
177
+ "<clc/shared/clc_clamp.h>" ,
178
+ "<clc/shared/clc_min.h>" ,
179
+ "<clc/shared/clc_max.h>" ,
180
+ "<clc/math/clc_fabs.h>" ,
181
+ "<clc/math/clc_rint.h>" ,
182
+ "<clc/math/clc_ceil.h>" ,
183
+ "<clc/math/clc_floor.h>" ,
184
+ "<clc/math/clc_nextafter.h>" ,
185
+ "<clc/relational/clc_select.h>" ,
186
+ ]
187
+ )
186
188
187
189
print (
188
190
f"""/* !!!! AUTOGENERATED FILE generated by convert_type.py !!!!!
0 commit comments