[libclc] Include isnan implementation for SPIR-V targets

The fma software emulation requires it.

Similar to https://github.com/llvm/llvm-project/pull/124614
This commit is contained in:
Karol Herbst 2025-05-21 15:57:38 +02:00 committed by Tom Stellard
parent 4b6e5a2866
commit 47addd4540
2 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,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

View File

@ -10,5 +10,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