Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Feb 8, 2024
1 parent 1ea5de7 commit 09035a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sycl/include/sycl/detail/builtins/relational_functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ BUILTIN_REL(ONE_ARG, signbit, __spirv_SignBitSet)
#ifdef __SYCL_DEVICE_ONLY__
DEVICE_IMPL_TEMPLATE(
THREE_ARGS, bitselect, builtin_enable_bitselect_t, [](auto... xs) {
using ret_ty = detail::builtin_enable_bitselect_t<THREE_ARGS_TEMPLATE_TYPE>;
using ret_ty =
detail::builtin_enable_bitselect_t<THREE_ARGS_TEMPLATE_TYPE>;
using detail::builtins::convert_result;
return convert_result<ret_ty>(__spirv_ocl_bitselect(xs...));
})
Expand Down

0 comments on commit 09035a8

Please sign in to comment.