diff options
| author | Miao Wang <miaowang@google.com> | 2015-10-12 20:15:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-10-12 20:15:19 +0000 |
| commit | 17619e87d4c2f953c91224e632f0ac6755e5ed69 (patch) | |
| tree | c1422d0c9ff8b5889c7774f819a70c83ae81d6c6 /cpp/ScriptIntrinsics.cpp | |
| parent | 8c7cb09f81be8acd6056f452ff00204af71f09f7 (diff) | |
| parent | 49b1226e8399f2ad4a9fd4482ece95dab2ad53b8 (diff) | |
Merge "Implement IntrinsicBLAS for RS C++ API"
Diffstat (limited to 'cpp/ScriptIntrinsics.cpp')
| -rw-r--r-- | cpp/ScriptIntrinsics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/ScriptIntrinsics.cpp b/cpp/ScriptIntrinsics.cpp index 0a2df33a..38224e69 100644 --- a/cpp/ScriptIntrinsics.cpp +++ b/cpp/ScriptIntrinsics.cpp @@ -633,4 +633,4 @@ void ScriptIntrinsicYuvToRGB::forEach(sp<Allocation> out) { } Script::forEach(0, nullptr, out, nullptr, 0); -} +}
\ No newline at end of file |
