• Benchmark Questions
    This is a general question so I did not list a toolset. Using Keil tools, are there any specific benchmark programs that you would or would not recommend? Al Bradford
  • how to compile neon instruction on linux using gnu assembler and gnu compiler  ?
    how to compile neon instruction on linux using gnu assemler  and gnu comiler  ?
  • unknown symbol __aeabi_uldivmod is causing my kernel module not to load. Any ideas as to why I'm seeing this? I am using gcc 4.7.2 for both the compilation of the kernel and the kernel module.
    I am compiling on an Exynos 5250-based board with Ubuntu filesystem. gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper Target: arm-linux...
  • ARM 8.5-A BTI and MTE Benchmarking
    I've been playing around with MTE and BTI, and I was wondering if there was some way to do performance benchmarking on applications that use instructions from these instruction sets. I see that FVP supports...
  • How to add epilog and prolog in ARM compiler compiled code ?
    g++  provides an option  -pg   which allows to write epilg and prolog for functions Does gcc does not have  such  an option?