[all-commits] [llvm/llvm-project] be5db3: [libclc] Fix bitfield_insert implementation (#170208)

Victor Mustya via All-commits all-commits at lists.llvm.org
Mon Dec 1 16:06:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be5db3386dbab435a5b44118b653c7785ad34168
      https://github.com/llvm/llvm-project/commit/be5db3386dbab435a5b44118b653c7785ad34168
  Author: Victor Mustya <victor.mustya at intel.com>
  Date:   2025-12-02 (Tue, 02 Dec 2025)

  Changed paths:
    M libclc/opencl/lib/generic/integer/bitfield_insert.cl

  Log Message:
  -----------
  [libclc] Fix bitfield_insert implementation (#170208)

The `bitfield_insert` function in the OpenCL C library had an incorrect
`__CLC_BODY` definition, that included the `.inc` file for the
`__clc_bitfield_insert` declaration instead of the correct
implementation. So, the function was not defined at all, leading to
linker errors when trying to use it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list