[all-commits] [llvm/llvm-project] 87978e: [libclc] Move tan to the CLC library (#139547)

Fraser Cormack via All-commits all-commits at lists.llvm.org
Mon May 12 06:55:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87978ea2723d39d3045bfe7624e198389ad35749
      https://github.com/llvm/llvm-project/commit/87978ea2723d39d3045bfe7624e198389ad35749
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    A libclc/clc/include/clc/math/clc_tan.h
    M libclc/clc/lib/generic/SOURCES
    M libclc/clc/lib/generic/math/clc_sincos_helpers.inc
    A libclc/clc/lib/generic/math/clc_tan.cl
    A libclc/clc/lib/generic/math/clc_tan.inc
    M libclc/clspv/lib/SOURCES
    R libclc/generic/include/math/clc_tan.h
    M libclc/generic/lib/SOURCES
    R libclc/generic/lib/math/clc_sw_unary.inc
    R libclc/generic/lib/math/clc_tan.cl
    M libclc/generic/lib/math/tan.cl
    M libclc/spirv/lib/SOURCES

  Log Message:
  -----------
  [libclc] Move tan to the CLC library (#139547)

There was already a __clc_tan in the OpenCL layer. This commit moves the
function over whilst vectorizing it.

The function __clc_tan is no longer a public symbol, which should have
never been the case.



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