• calculate minimum & maximum of int
    hey i was wondering how to do this how to do this for an integer, now i have an integer say 50 and it changes sometimes it goes to 80 how to track this down..on time ofcourse Posted by nanix;...
  • Minimum files required to send a project to someone
    Hello all, What are the minimum uVision project files required to send the project to someone else? I initially thought that I would just need the .uvproj but it seems that all the compiler settings...
  • C++ std::vector minimum capacity
    Hello! I have recently noticed that when you have a non empty std::vector it has a minimum capacity of 32 elements. No matter how big the elements are. So I was wondering if this can be set to a...
  • Versions of libraries used in armclang
    Hello, due to our software process we need to know which library versions are Included in ARMClang 6.10 Due to Arm® Compiler armclang Reference Guide ( https://developer.arm.com/docs/100067/0610 ...
  • ARM Compiler 6: Armclang
    ARM Compiler 6 uses armclang, but armclang can't use the intrinsic functions(like __qadd) that has used in the previous compiler.How can I get the optimization code? (Does the intrinsic functions are...