summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.cpp
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2014-07-09 17:46:03 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2014-07-09 17:46:36 -0700
commitf4d3836c83097f57b62c235910fbf490c56ddf56 (patch)
treea445caa15272ec3da7b245db9ec89eb4ecb8ddcb /cpu_ref/rsCpuScript.cpp
parent8c8eb23d31768bca01e2fd69c3931aeda31f3329 (diff)
Deprecate rs_fp_imprecise
Change-Id: I063e356e939393e6fa4f39d056cb526aeaf8ee70
Diffstat (limited to 'cpu_ref/rsCpuScript.cpp')
-rw-r--r--cpu_ref/rsCpuScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_ref/rsCpuScript.cpp b/cpu_ref/rsCpuScript.cpp
index c4fec9f1..d6e0c4b0 100644
--- a/cpu_ref/rsCpuScript.cpp
+++ b/cpu_ref/rsCpuScript.cpp
@@ -733,7 +733,7 @@ const char* RsdCpuScriptImpl::findCoreLib(const bcinfo::MetadataExtractor& ME, c
// Check for a platform specific library
#if defined(ARCH_ARM_HAVE_NEON) && !defined(DISABLE_CLCORE_NEON)
enum bcinfo::RSFloatPrecision prec = ME.getRSFloatPrecision();
- if (prec == bcinfo::RS_FP_Imprecise || prec == bcinfo::RS_FP_Relaxed) {
+ if (prec == bcinfo::RS_FP_Relaxed) {
// NEON-capable ARMv7a devices can use an accelerated math library
// for all reduced precision scripts.
// ARMv8 does not use NEON, as ASIMD can be used with all precision