[all-commits] [llvm/llvm-project] bcf0f8: [libclc] Move exp10 to the CLC library (#133899)

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue Apr 1 06:39:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcf0f8d8aa27910545762e2cc7733a11a00954d0
      https://github.com/llvm/llvm-project/commit/bcf0f8d8aa27910545762e2cc7733a11a00954d0
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-04-01 (Tue, 01 Apr 2025)

  Changed paths:
    A libclc/clc/include/clc/math/clc_exp10.h
    M libclc/clc/include/clc/math/tables.h
    M libclc/clc/lib/generic/SOURCES
    A libclc/clc/lib/generic/math/clc_exp10.cl
    A libclc/clc/lib/generic/math/clc_exp10.inc
    M libclc/clc/lib/generic/math/clc_tables.cl
    M libclc/clspv/lib/SOURCES
    M libclc/generic/lib/SOURCES
    R libclc/generic/lib/math/clc_exp10.cl
    M libclc/generic/lib/math/exp10.cl
    M libclc/generic/lib/math/tables.cl
    M libclc/spirv/lib/SOURCES

  Log Message:
  -----------
  [libclc] Move exp10 to the CLC library (#133899)

The builtin was already nominally in the CLC library; this commit just
moves it over. It also vectorizes the builtin on its way.



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