https://github.com/rjodinchr created https://github.com/llvm/llvm-project/pull/124614
clc_isnan.cl is needed since https://github.com/llvm/llvm-project/pull/124097 >From 1c11070d2f2997b76412e7be07fa05501147c5ff Mon Sep 17 00:00:00 2001 From: Romaric Jodin <rjo...@google.com> Date: Mon, 27 Jan 2025 20:21:31 +0100 Subject: [PATCH] libclc: clspv: add missing clc_isnan.cl dependency clc_isnan.cl is needed since https://github.com/llvm/llvm-project/pull/124097 --- libclc/clc/lib/clspv/SOURCES | 1 + 1 file changed, 1 insertion(+) diff --git a/libclc/clc/lib/clspv/SOURCES b/libclc/clc/lib/clspv/SOURCES index 81f90a24d00d60..ebe15161196910 100644 --- a/libclc/clc/lib/clspv/SOURCES +++ b/libclc/clc/lib/clspv/SOURCES @@ -5,5 +5,6 @@ ../generic/math/clc_nextafter.cl ../generic/math/clc_rint.cl ../generic/math/clc_trunc.cl +../generic/relational/clc_isnan.cl ../generic/relational/clc_select.cl ../generic/shared/clc_clamp.cl _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits