• How to optimize this assembly code segment..
    Hi, I am trying to rewrite the arm assembly code generated by gcc in release mode (for optimization purpose). The below code is in a loop and so it will get executed many times. Can some one please...
  • No segmentation fault with unaligned access
    Hi all, It is a well known fact that performing an aligned vector load with an unaligned memory address should lead to segmentation fault. However, when I do try to run code segment below using the...
  • multiple definition of `__stack_chk_fail'
    Hi, I am trying to migrate GCC from 7.2.1 to 8.3. To do so, I took the prebuilt binaries from your website developer.arm.com/.../downloads I used to take the packages from Linaro in the past. I am using...
  • Multiple Application Code with Bootloader
    Hello, Looking for some pointers on the scenario below. I'm fairly new to firmware and bare-metal programming. In the system I'm working on, I am looking to get a bootloader and 2 application programs...
  • 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...