[all-commits] [llvm/llvm-project] a90b5b: [libclc] Move degrees/radians to CLC library & opt...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Fri Jan 17 04:12:15 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a90b5b1885cc9587d7d65edbe3e0d94c4e2f4459
      https://github.com/llvm/llvm-project/commit/a90b5b1885cc9587d7d65edbe3e0d94c4e2f4459
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    A libclc/clc/include/clc/common/clc_degrees.h
    A libclc/clc/include/clc/common/clc_radians.h
    M libclc/clc/lib/generic/SOURCES
    A libclc/clc/lib/generic/common/clc_degrees.cl
    A libclc/clc/lib/generic/common/clc_radians.cl
    M libclc/clc/lib/spirv/SOURCES
    M libclc/clc/lib/spirv64/SOURCES
    M libclc/generic/lib/common/degrees.cl
    M libclc/generic/lib/common/radians.cl

  Log Message:
  -----------
  [libclc] Move degrees/radians to CLC library & optimize (#123222)

Missing half variants were also added.

The builtins are now consistently emitted in vector form (i.e., with a
splat of the literal to the appropriate vector size).



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