summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2015-05-29 19:05:37 +0000
committerMiao Wang <miaowang@google.com>2015-05-29 19:05:37 +0000
commitbb4fb58ef75985caecc8161f0b43e063224a8148 (patch)
tree1985bc05cdea8e26f24ef0d0a44ac8b51e858a3f
parentbfda83d01280847341b05c0ce4908e08b1214cb7 (diff)
downloadrs-bb4fb58ef75985caecc8161f0b43e063224a8148.tar.gz
Revert "make the cpu driver able to create IntrinsicBlas for compat lib."
This reverts commit bfda83d01280847341b05c0ce4908e08b1214cb7. Change-Id: If323b1f99bc087af08451df778cb4ea1a33c1d2b
-rw-r--r--cpu_ref/rsCpuCore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu_ref/rsCpuCore.cpp b/cpu_ref/rsCpuCore.cpp
index 88893279..3ce9d9d1 100644
--- a/cpu_ref/rsCpuCore.cpp
+++ b/cpu_ref/rsCpuCore.cpp
@@ -650,9 +650,11 @@ 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);