[libclc] libclc: clspv: add missing clc_isnan.cl dependency (PR #124614)
Romaric Jodin via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 11:24:35 PST 2025
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 <rjodin at 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
More information about the cfe-commits
mailing list