#164189 - Ruben - Thu Oct 23, 2008 10:03 am
Hey all.
So I was talking to Deku and found out an optimization for looped samples, but when I try it, it seems to stuff up and give me errors. I'm guessing the error is because the number is negative.
Is there any way to be able to implement that or does ARM not like this?
So I was talking to Deku and found out an optimization for looped samples, but when I try it, it seems to stuff up and give me errors. I'm guessing the error is because the number is negative.
| Code: |
| r0: *data
r1: current position - length of data ldrb r2, [r0, r1, asr #12] |
Is there any way to be able to implement that or does ARM not like this?