Author: agrundman
Date: Wed May 26 12:10:04 2010
New Revision: 8820
URL: http://svn.slimdevices.com/jive?rev=8820&view=rev
Log:
Force ARM mode
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h
Modified: 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h?rev=8820&r1=8819&r2=8820&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h (original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h Wed May 26
12:10:04 2010
@@ -57,6 +57,7 @@
static inline fft_fixed fixed_mul(fft_fixed x, fft_fixed y) {
register s32_t __hi, __lo, __result;
asm(
+ ".arm\n\t"
"smull %0, %1, %3, %4\n\t"
"movs %0, %0, lsr #16\n\t"
"adc %2, %0, %1, lsl #16"
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins