[all-commits] [llvm/llvm-project] ea688c: [libclc] Move fdim to CLC library; simplify (#137811)
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Tue Apr 29 08:41:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea688c031e99c48a35e0c764d0224c7eed559b12
https://github.com/llvm/llvm-project/commit/ea688c031e99c48a35e0c764d0224c7eed559b12
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
A libclc/clc/include/clc/math/clc_fdim.h
M libclc/clc/include/clc/math/gentype.inc
M libclc/clc/lib/generic/SOURCES
A libclc/clc/lib/generic/math/clc_fdim.cl
A libclc/clc/lib/generic/math/clc_fdim.inc
M libclc/generic/lib/math/fdim.cl
R libclc/generic/lib/math/fdim.inc
Log Message:
-----------
[libclc] Move fdim to CLC library; simplify (#137811)
This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
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