@@ -167,22 +167,24 @@ def conditional_guard(src, dst):
167167if not clc :
168168 includes = ["<clc/clc.h>" ]
169169else :
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+ )
186188
187189print (
188190 f"""/* !!!! AUTOGENERATED FILE generated by convert_type.py !!!!!
0 commit comments