[all-commits] [llvm/llvm-project] 303400: [libclc] Use __CLC_SCALAR instead of nonexistant _...

Joseph Huber via All-commits all-commits at lists.llvm.org
Sun Jun 14 18:33:59 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 303400f0809a808d0f478c05eeaf0073d6fa149a
      https://github.com/llvm/llvm-project/commit/303400f0809a808d0f478c05eeaf0073d6fa149a
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

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

  Log Message:
  -----------
  [libclc] Use __CLC_SCALAR instead of nonexistant __CLC_SCALAR1 for sin (#203807)

Summary:
This seems to be a typo? Every other case is guarded by `__CLC_SCALAR`
but this case had a `1` after it. Removing this improved performance on
sin/cos/tan to match the ROCm version.



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