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.
-Wcomment
1 parent 07bf3c1 commit e16b0a4Copy full SHA for e16b0a4
sycl/include/sycl/detail/builtins/builtins.hpp
@@ -232,8 +232,8 @@ struct builtin_enable
232
// The headers below are specifically implemented without including all the
233
// necessary headers to allow preprocessing them on their own and providing
234
// human-friendly result. One can use a command like this to achieve that:
235
-// clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc \
236
-// -I <..>/llvm/sycl/include -E -o - \
+// clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc
+// -I <..>/llvm/sycl/include -E -o -
237
// | grep -v '^#' | clang-format > math_functions.{host|device}.ii
238
239
#include <sycl/detail/builtins/common_functions.inc>
0 commit comments