summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-16 17:10:41 -0700
committerJosh Blum <josh@joshknows.com>2012-04-16 17:10:41 -0700
commit12958f67e10e4b0de025f4d48760b5062b1ffca5 (patch)
treef79eb62b426ac74903a93d83ffdb930cd2e47da3 /host/lib
parent749633397f11e47cde21a547d09c11af6199bfcf (diff)
parentb221b3e34d4c0eaaeb3ab66778e5b82dfd0f5230 (diff)
downloaduhd-12958f67e10e4b0de025f4d48760b5062b1ffca5.tar.gz
uhd-12958f67e10e4b0de025f4d48760b5062b1ffca5.tar.bz2
uhd-12958f67e10e4b0de025f4d48760b5062b1ffca5.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/convert/convert_common.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/convert/convert_common.hpp b/host/lib/convert/convert_common.hpp
index 55bc2e99d..29ea94870 100644
--- a/host/lib/convert/convert_common.hpp
+++ b/host/lib/convert/convert_common.hpp
@@ -57,8 +57,8 @@ static const int PRIORITY_SIMD = 1; //neon conversions could be implemented bett
static const int PRIORITY_TABLE = 2; //tables require large cache, so they are slower on arm
#else
static const int PRIORITY_LIBORC = 1;
-static const int PRIORITY_SIMD = 2;
-static const int PRIORITY_TABLE = 3;
+static const int PRIORITY_SIMD = 3;
+static const int PRIORITY_TABLE = 2;
#endif
/***********************************************************************