Skip to content

Commit

Permalink
OpenCL: Require C (#2231)
Browse files Browse the repository at this point in the history
This changes the language requirement of OpenCL from C++ to C making C++ optional.
  • Loading branch information
RunDevelopment authored Mar 7, 2020
1 parent 6232878 commit 26626de
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
},
"opencl": {
"title": "OpenCL",
"require": "cpp",
"require": "c",
"modify": [
"c",
"cpp"
Expand Down
16 changes: 10 additions & 6 deletions components/prism-opencl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26626de

Please sign in to comment.