Skip to content

[libspirv] Delete clc_* files in generic math and re-use clc #19165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions libclc/libspirv/lib/generic/SOURCES
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ math/atanh.cl
math/atanpi.cl
math/cbrt.cl
math/ceil.cl
math/clc_exp10.cl
math/clc_fmod.cl
math/clc_remainder.cl
math/clc_remquo.cl
math/clc_rootn.cl
math/clc_tan.cl
math/clc_tanpi.cl
math/copysign.cl
math/cos.cl
math/cosh.cl
Expand All @@ -82,7 +75,6 @@ math/erfc.cl
math/exp.cl
math/exp10.cl
math/exp2.cl
math/exp_helper.cl
math/expm1.cl
math/fabs.cl
math/fdim.cl
Expand Down
165 changes: 0 additions & 165 deletions libclc/libspirv/lib/generic/math/clc_exp10.cl

This file was deleted.

176 changes: 0 additions & 176 deletions libclc/libspirv/lib/generic/math/clc_fmod.cl

This file was deleted.

Loading