• Debugger cannot execute cast and vectorization commands
    Hello. I am a novice in programming. I have a problem with the debugger. My target CPU is Cortex-A72 Aarch64, FPU Armv8 (Neon). I use vectorization. When the debugger reaches the line: uint8x16_t aa ...
  • Debugger cannot execute cast and vectorization commands
    Hello. I am a novice in programming. I have a problem with the debugger. My target CPU is Cortex-A72 Aarch64, FPU Armv8 (Neon). I use vectorization. When the debugger reaches the line: uint8x16_t aa ...
  • 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...
  • 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...
  • Vector shift with Neon error
    Note: This was originally posted on 28th March 2013 at http://forums.arm.com Hi Everyone, I am trying to shift elements in the vectors with a constant int variable, but i get an error during compile time...