summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2015-06-17 16:20:35 -0700
committerMiao Wang <miaowang@google.com>2015-06-29 11:46:07 -0700
commit0d6b6f51b9d1f98478a32a270fa2304f0839ca8c (patch)
tree379e8bcc93f43972294e7bd21dd4b0f600c7633d
parent7427a2546ecfa904cb4e580981f0419c628fc416 (diff)
downloadandroid_frameworks_rs-0d6b6f51b9d1f98478a32a270fa2304f0839ca8c.tar.gz
android_frameworks_rs-0d6b6f51b9d1f98478a32a270fa2304f0839ca8c.tar.bz2
android_frameworks_rs-0d6b6f51b9d1f98478a32a270fa2304f0839ca8c.zip
Make support lib CPU driver able to access IntrinsicBLAS
bug: 21902810 Change-Id: Icf4e90721a3c33271a03d61dcd86e0ab3ec8ffde
-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);