On Sat, Oct 24, 2009 at 03:19:03PM +0300, juha.riihim...@nokia.com wrote:
> From: Juha Riihimäki
>
> VFP load/store multiple instructions can be slightly optimized by
> loading the register offset constant into a variable outside the
> register loop and using the preloaded variable inside the loo
On Sat, Oct 24, 2009 at 2:19 PM, wrote:
> From: Juha Riihimäki
>
> VFP load/store multiple instructions can be slightly optimized by
> loading the register offset constant into a variable outside the
> register loop and using the preloaded variable inside the loop instead
> of reloading the offs
From: Juha Riihimäki
VFP load/store multiple instructions can be slightly optimized by
loading the register offset constant into a variable outside the
register loop and using the preloaded variable inside the loop instead
of reloading the offset value to a temporary variable on each loop
iterati