Skip to content

Commit 47addd4

Browse files
karolherbsttstellar
authored andcommitted
[libclc] Include isnan implementation for SPIR-V targets
The fma software emulation requires it. Similar to #124614
1 parent 4b6e5a2 commit 47addd4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libclc/clc/lib/spirv/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
../generic/math/clc_nextafter.cl
1111
../generic/math/clc_rint.cl
1212
../generic/math/clc_trunc.cl
13+
../generic/relational/clc_isnan.cl
1314
../generic/relational/clc_select.cl
1415
../generic/shared/clc_clamp.cl

libclc/clc/lib/spirv64/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
../generic/math/clc_nextafter.cl
1111
../generic/math/clc_rint.cl
1212
../generic/math/clc_trunc.cl
13+
../generic/relational/clc_isnan.cl
1314
../generic/relational/clc_select.cl
1415
../generic/shared/clc_clamp.cl

0 commit comments

Comments
 (0)