Skip to content

Commit d8ad1f5

Browse files
committed
[libclc] Include isnan implementation for SPIR-V targets
The fma software emulation requires it. Similar to #124614
1 parent 5befd1f commit d8ad1f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libclc/spirv/lib/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@ math/fma.cl
8686
../../generic/lib/math/clc_tanpi.cl
8787
../../generic/lib/math/tanpi.cl
8888
../../generic/lib/math/tgamma.cl
89+
../../generic/lib/relational/isnan.cl
8990
../../generic/lib/shared/vload.cl
9091
../../generic/lib/shared/vstore.cl

libclc/spirv64/lib/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@ math/fma.cl
8686
../../generic/lib/math/clc_tanpi.cl
8787
../../generic/lib/math/tanpi.cl
8888
../../generic/lib/math/tgamma.cl
89+
../../generic/lib/relational/isnan.cl
8990
../../generic/lib/shared/vload.cl
9091
../../generic/lib/shared/vstore.cl

0 commit comments

Comments
 (0)