Sorry, but there are no more tags available to filter with.
  • 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 = vmovq_n_u8 (0);
    he writes that it is running, but nothing…