[llvm-branch-commits] [libclc] release/20.x: [libclc] Include isnan implementation for SPIR-V targets (PR #140902)

2025-05-22 Thread Karol Herbst via llvm-branch-commits
https://github.com/karolherbst updated https://github.com/llvm/llvm-project/pull/140902 >From 19163b472984a6c3f8df599d95763794c8d9e3ec Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 21 May 2025 15:57:38 +0200 Subject: [PATCH] [libclc] Include isnan implementation for SPIR-V targets The

[llvm-branch-commits] [libclc] [libclc] Include isnan implementation for SPIR-V targets (PR #140902)

2025-05-21 Thread Karol Herbst via llvm-branch-commits
https://github.com/karolherbst created https://github.com/llvm/llvm-project/pull/140902 The fma software emulation requires it. Similar to https://github.com/llvm/llvm-project/pull/124614 >From 2bf0c7156c125edcb7adf3441100694822b648df Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 21

[llvm-branch-commits] [libclc] release/20.x: [libclc] Include isnan implementation for SPIR-V targets (PR #140902)

2025-05-21 Thread Karol Herbst via llvm-branch-commits
https://github.com/karolherbst edited https://github.com/llvm/llvm-project/pull/140902 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libclc] release/20.x: [libclc] Include isnan implementation for SPIR-V targets (PR #140902)

2025-05-21 Thread Karol Herbst via llvm-branch-commits
https://github.com/karolherbst edited https://github.com/llvm/llvm-project/pull/140902 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libclc] [libclc] Include isnan implementation for SPIR-V targets (PR #140902)

2025-05-21 Thread Karol Herbst via llvm-branch-commits
https://github.com/karolherbst updated https://github.com/llvm/llvm-project/pull/140902 >From d8ad1f550cf4c32bc07f11a911d0dd7f54d2ba28 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 21 May 2025 15:57:38 +0200 Subject: [PATCH] [libclc] Include isnan implementation for SPIR-V targets The