• Using std::tuple on arm-none-eabi-g++ v8.3.1
    Greetings, Im experiencing strange behaviour of my DS-5 debugger when I try to #include <tuple>. After including this header, my debugger gets messy (i.e Variables window is not showing any local scope...
  • std::bind in ARMCC 5.06 ??
    Hi, we use C++ in our project and we want to use std::bind . Unfortunatelly this is not available in ARMCC. I had a look in <functions> Header but I cannot find a documentation for those header files...
  • 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...
  • Affordable arm tools for Assembly or C code for ARM-32 and 64
    Hi, i am developing allways opensource code as home hobbies. I have a mac OS and many ARM cortex mainly on RPBI. I use to code GCC but i am now going to SIMD and i am thinking to have a proper dev env...
  • Unexpected behaviour calling an assembly function from c code. Is a bug?
    Hi, In the recent days i've been playing with assembly code in my raspberry 3B. I have a little code that shows how fast is my assembly code vs memcpy: #include <stdio.h> #include <time.h> #include...