Skip to content

Commit

Permalink
Make ISPC calls const correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde committed Sep 2, 2023
1 parent a3c820c commit 91c27a9
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 183 deletions.
4 changes: 2 additions & 2 deletions merle.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"build_systems": [
{
"name": "Merle Build All",
"shell_cmd": "ninja && ./merle_tests --gtest_filter=\"*Composite\"",
// "shell_cmd": "ninja && ./merle_tests --gtest_filter=\"*Composite\"",
// "shell_cmd": "ninja && ./merle_benchmarks --benchmark_filter=PremultiplyAlpha*",
// "shell_cmd": "ninja && ./merle_benchmarks",
"shell_cmd": "ninja && ./merle_benchmarks",
"working_dir": "${project_path}/build",
"file_regex": "(.*):(\\d+):(\\d+)(.*)",
"shell": true,
Expand Down
Loading

0 comments on commit 91c27a9

Please sign in to comment.