[all-commits] [llvm/llvm-project] 079115: [libclc] Move modf to the CLC library (#127828)

Fraser Cormack via All-commits all-commits at lists.llvm.org
Thu Feb 20 00:37:08 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 079115e6eac0412214104b593849ee805d8921ce
      https://github.com/llvm/llvm-project/commit/079115e6eac0412214104b593849ee805d8921ce
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    A libclc/clc/include/clc/math/clc_modf.h
    A libclc/clc/include/clc/math/unary_decl_with_ptr.inc
    A libclc/clc/include/clc/math/unary_def_with_ptr.inc
    M libclc/clc/lib/generic/SOURCES
    A libclc/clc/lib/generic/math/clc_modf.cl
    A libclc/clc/lib/generic/math/clc_modf.inc
    M libclc/generic/include/clc/math/modf.h
    R libclc/generic/include/clc/math/modf.inc
    M libclc/generic/lib/math/modf.cl
    R libclc/generic/lib/math/modf.inc

  Log Message:
  -----------
  [libclc] Move modf to the CLC library (#127828)

The "generic" unary_(def|decl)_with_ptr files are intended to be re-used
by the sincos and fract builtins in the future as they share an
identical type signature.



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