[all-commits] [llvm/llvm-project] 8c3019: [libclc] Add (fast) normalize to CLC; add half ove...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Thu Jun 5 01:11:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c3019ecf4e849d1a9fc14559f06ac77d911ce13
https://github.com/llvm/llvm-project/commit/8c3019ecf4e849d1a9fc14559f06ac77d911ce13
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
A libclc/clc/include/clc/geometric/clc_fast_normalize.h
A libclc/clc/include/clc/geometric/clc_normalize.h
M libclc/clc/lib/generic/SOURCES
A libclc/clc/lib/generic/geometric/clc_fast_normalize.cl
A libclc/clc/lib/generic/geometric/clc_fast_normalize.inc
A libclc/clc/lib/generic/geometric/clc_normalize.cl
A libclc/clc/lib/generic/geometric/clc_normalize.inc
M libclc/opencl/lib/generic/geometric/fast_normalize.cl
R libclc/opencl/lib/generic/geometric/fast_normalize.inc
M libclc/opencl/lib/generic/geometric/normalize.cl
Log Message:
-----------
[libclc] Add (fast) normalize to CLC; add half overloads (#139759)
For simplicity the half overloads just call into the float versions of
the builtin. Otherwise there are no codegen changes to any target.
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