I get compilation errors when compiling neon assembly in Xcode 4.4
, those error wasn't in xCode 4.3,
the errors are for those commands type:
error: invalid operand for instruction
vld1 q5.u8, [r12], r2
error: invalid operand for instruction
vrhadd d0.u8,d22.u8,d0.u8
error: unexpected token in argument list
vst1 d2.u32[0], [r1], r3
any idea how to solve those errors? Thank you,