[all-commits] [llvm/llvm-project] f18604: [libclc] Move sinh, cosh & tanh to the CLC library...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Wed Apr 2 07:23:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f186041553f9ab2d49510c6690bb4faf96457d4a
https://github.com/llvm/llvm-project/commit/f186041553f9ab2d49510c6690bb4faf96457d4a
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
A libclc/clc/include/clc/math/clc_cosh.h
A libclc/clc/include/clc/math/clc_sinh.h
A libclc/clc/include/clc/math/clc_tanh.h
M libclc/clc/include/clc/math/tables.h
M libclc/clc/lib/generic/SOURCES
A libclc/clc/lib/generic/math/clc_cosh.cl
A libclc/clc/lib/generic/math/clc_cosh.inc
A libclc/clc/lib/generic/math/clc_sinh.cl
A libclc/clc/lib/generic/math/clc_sinh.inc
M libclc/clc/lib/generic/math/clc_tables.cl
A libclc/clc/lib/generic/math/clc_tanh.cl
A libclc/clc/lib/generic/math/clc_tanh.inc
M libclc/generic/lib/math/cosh.cl
M libclc/generic/lib/math/sinh.cl
M libclc/generic/lib/math/tables.cl
M libclc/generic/lib/math/tanh.cl
Log Message:
-----------
[libclc] Move sinh, cosh & tanh to the CLC library (#134063)
This commit also vectorizes the builtins.
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