summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2011-08-30 14:30:25 -0700
committerSimon Wilson <simonwilson@google.com>2011-08-30 14:30:25 -0700
commitebe6230a7f7c69f5a4389f2b09b7b19ef9e94f32 (patch)
treeb629fdc4e54e7ea08d9ce3415a9ce148813d2957
parentecb2da017f5b5101d9414b398aced34de623b9eb (diff)
downloadandroid_external_speex-ebe6230a7f7c69f5a4389f2b09b7b19ef9e94f32.tar.gz
android_external_speex-ebe6230a7f7c69f5a4389f2b09b7b19ef9e94f32.tar.bz2
android_external_speex-ebe6230a7f7c69f5a4389f2b09b7b19ef9e94f32.zip
resample: add missing constraint for register q9jellybean-stablejellybeanics-releaseicscm-9.1.0
Change-Id: Ia9cc31f591af574aeea007f934c09c9e1415984d
-rw-r--r--libspeex/resample_neon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/resample_neon.h b/libspeex/resample_neon.h
index 8a97429..b651d5d 100644
--- a/libspeex/resample_neon.h
+++ b/libspeex/resample_neon.h
@@ -181,7 +181,7 @@ static inline float inner_product_single(const float *a, const float *b, unsigne
[len] "+l" (len), [remainder] "+l" (remainder)
:
: "cc", "q0", "q1", "q2", "q3", "q4", "q5", "q6", "q7", "q8",
- "q10", "q11");
+ "q9", "q10", "q11");
return ret;
}