• 3x3 convolution optimized speed using (NEON SIMD) or (NEON SIMD and OpenMP) on S7/Note7
    We want to implement 3x3 convolution of image whose size is 4032x3024 on S7/Note7 to have Chipset such as Exynos 8890(S7 S.LSI) or Qualcomm MSM8996 Snapdragon 820. To implement this, we used the Anroid...
  • can't find a register in class 'GENERAL_REGS' while reloading 'asm'
    Hi guys.    I'm new for ARM programming. Now I'm using Assembler in my C code under Android OS.   I meet a problem that I don't know how to solve. when I compile the code , output is :        /media/51a24454...
  • Unaligned memory accesses in ARM V7 core throwing some error....
    typedef struct __attribute__((__packed__)) { uint8_t op_code; uint8_t flags; uint32_t logical_block_addr; uint8_t group_num; uint16_t tx_length; uint8_t control; } SCSI_READ10_t;...
  • IOS Development Shaking Gesture
    Hi all, In Swift IOS app Development I need help with the code for: When I get the app going I need the function for resetting the app back to the start once I shake the device on the last view controller...
  • Matrix Multiplication Example in Arm Compute Library
    Does anyone have an example of using the Arm Compute Library for Matrix Multiplication? I don't see any examples in the "examples" folder in the compute library git repo. There appear to be gemm headers...