summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2015-05-20 17:23:42 -0700
committerMiao Wang <miaowang@google.com>2015-05-29 11:41:48 -0700
commitbfda83d01280847341b05c0ce4908e08b1214cb7 (patch)
tree2d855d707f2d8285957de94a310d151e9a12c3d4
parent17b89558c305eb8818d97e77f3d00aecf59f4e32 (diff)
downloadrs-bfda83d01280847341b05c0ce4908e08b1214cb7.tar.gz
make the cpu driver able to create IntrinsicBlas for compat lib.
bug: 21028875 Change-Id: Ifb32d53271eb8cf5fe14b50733281224984bde6f
-rw-r--r--cpu_ref/rsCpuCore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu_ref/rsCpuCore.cpp b/cpu_ref/rsCpuCore.cpp
index 3ce9d9d1..88893279 100644
--- a/cpu_ref/rsCpuCore.cpp
+++ b/cpu_ref/rsCpuCore.cpp
@@ -650,11 +650,9 @@ RsdCpuReference::CpuScript * RsdCpuReferenceImpl::createIntrinsic(const Script *
case RS_SCRIPT_INTRINSIC_ID_RESIZE:
i = rsdIntrinsic_Resize(this, s, e);
break;
-#if !defined(RS_COMPATIBILITY_LIB)
case RS_SCRIPT_INTRINSIC_ID_BLAS:
i = rsdIntrinsic_BLAS(this, s, e);
break;
-#endif
default:
rsAssert(0);