According to the arm info center vadd can be executed condtitionally however when i try
vaddeq.f32 d0,d0,d1
Xcode returns
65:instruction cannot be conditional -- vaddeq.f32 d0,d0,d1
one thing i've noticed is that it seems to be only NEON instructions that give this error. VFP instructions don't produce these errors.
Is there a compiler flag I have to set in order to enable NEON conditional instructions?