• Problem in understanding behaviour of GCC compiler (aarch64-none-elf-gcc) on Neon intrinsics for ARM cortex a53
    Hi, I am using IDE Xilinx SDK 2019.1 for my application and running it on ARM cortex a53 processor with Neon and floating point engine support available. I am working on a bare metal application. ...
  • Problem in understanding behaviour of GCC compiler (aarch64-none-elf-gcc) on Neon intrinsics for ARM cortex a53
    Hi, I am using IDE Xilinx SDK 2019.1 for my application and running it on ARM cortex a53 processor with Neon and floating point engine support available. I am working on a bare metal application. ...
  • Build Output Linking Infos
    Hello, is it possible to get more information in the build output window like "size info" or "totals info" from the linkter listing? I can find this information in the .map file, but i want to see...
  • Build Output Linking Infos
    Hello, is it possible to get more information in the build output window like "size info" or "totals info" from the linkter listing? I can find this information in the .map file, but i want to see...
  • compiler optimization options for ARMv8 GCC compiler on ARM cortex a53 (bare metal application)
    I am using ARMv8 GCC compiler(aarch64-none-elf-gcc) for my bare metal application on ARM cortex a53. I am using neon intrinsics with plain C in my code so I would like to ensure to use all optimization...