[all-commits] [llvm/llvm-project] 93fe52: [libclc] Add __clc_nan implementation with signed ...

Wenju He via All-commits all-commits at lists.llvm.org
Tue Jul 1 17:28:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93fe52f19e995ec1be460a4ae80b4f116f8c1d8b
      https://github.com/llvm/llvm-project/commit/93fe52f19e995ec1be460a4ae80b4f116f8c1d8b
  Author: Wenju He <wenju.he at intel.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M libclc/clc/include/clc/math/clc_nan.inc
    M libclc/clc/lib/generic/math/clc_nan.inc

  Log Message:
  -----------
  [libclc] Add __clc_nan implementation with signed nancode argument (#146485)

In OpenCL Extended Instruction Set Specification, nancode can be signed
integer or vector of signed integers values.
This PR has no change to amdgcn--amdhsa.bc and nvptx64--nvidiacl.bc
because the newly added clc functions are not used in OpenCL library.



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