[libclc] 9d8d538 - libclc: clspv: add missing clc_isnan.cl dependency (#124614)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 06:47:12 PST 2025


Author: Romaric Jodin
Date: 2025-01-28T14:47:08Z
New Revision: 9d8d538e40ef040cb53e8db7a32f3024865187f3

URL: https://github.com/llvm/llvm-project/commit/9d8d538e40ef040cb53e8db7a32f3024865187f3
DIFF: https://github.com/llvm/llvm-project/commit/9d8d538e40ef040cb53e8db7a32f3024865187f3.diff

LOG: libclc: clspv: add missing clc_isnan.cl dependency (#124614)

clc_isnan.cl is needed since
https://github.com/llvm/llvm-project/pull/124097

Added: 
    

Modified: 
    libclc/clc/lib/clspv/SOURCES

Removed: 
    


################################################################################
diff  --git a/libclc/clc/lib/clspv/SOURCES b/libclc/clc/lib/clspv/SOURCES
index d5f5c68fd7ebfa..66818590100630 100644
--- a/libclc/clc/lib/clspv/SOURCES
+++ b/libclc/clc/lib/clspv/SOURCES
@@ -6,5 +6,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