This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

testing Neon vectors equality

Hi,

I'm new to neon programming, so perhaps my question will appear stupid, but i'm looking for a method to compare the equality of 2 128 bits registers (8*16), or at least to test the equality of one 128 bits register with 0? By testing equality, i mean testing the equality of all the entire vectors in one operation (not to have 16 test results like what VCEQ gives for instance).

regards