2008/12/17 Mans Rullgard <mans at mansr.com>:
> + vld1.64 {d0-d1}, [r1,:128]!
> + vcvt.s32.f32 q0, q0, #16
> + vshrn.s32 d5, q9, #16
> + vld1.64 {d2-d3}, [r1,:128]!
Is there any particular reason not to use this?
vld1.64 {d0-d3}, [r1,:128]!
Ian