File tree 1 file changed +8
-6
lines changed
sycl/include/sycl/detail/builtins
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -305,12 +305,14 @@ struct builtin_enable
305
305
} // namespace _V1
306
306
} // namespace sycl
307
307
308
- // The headers below are specifically implemented without including all the
309
- // necessary headers to allow preprocessing them on their own and providing
310
- // human-friendly result. One can use a command like this to achieve that:
311
- // clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc
312
- // -I <..>/llvm/sycl/include -E -o -
313
- // | grep -v '^#' | clang-format > math_functions.{host|device}.ii
308
+ /*
309
+ The headers below are specifically implemented without including all the
310
+ necessary headers to allow preprocessing them on their own and providing
311
+ human-friendly result. One can use a command like this to achieve that:
312
+ clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc \
313
+ -I <..>/llvm/sycl/include -E -o - \
314
+ | grep -v '^#' | clang-format > math_functions.{host|device}.ii
315
+ */
314
316
315
317
#include < sycl/detail/builtins/common_functions.inc>
316
318
#include < sycl/detail/builtins/geometric_functions.inc>
You can’t perform that action at this time.
0 commit comments