[libclc] [libclc] Implement integer __clc_abs using __builtin_elementwise_abs (PR #164957)
Wenju He via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 24 04:43:02 PDT 2025
================
@@ -6,7 +6,14 @@
//
//===----------------------------------------------------------------------===//
+#ifdef __CLC_GEN_S
----------------
wenju-he wrote:
> Does this define exist? I remember it downstream but haven't seen it upstream.
You're right, thanks. I'll add it to upstream.
https://github.com/llvm/llvm-project/pull/164957
More information about the cfe-commits
mailing list