• RVCT :time_t
    time_t is defined in time.h as : typedef unsigned int time_t; In my opinion it should be defined as : typedef long time_t; Am I right ?
  • RVCT :time_t
    time_t is defined in time.h as : typedef unsigned int time_t; In my opinion it should be defined as : typedef long time_t; Am I right ?
  • RVCT Library reference
    Where can I find a full description of functions available in RVCT libraries ? I only found reference for CARM.
  • RVCT Library reference
    Where can I find a full description of functions available in RVCT libraries ? I only found reference for CARM.
  • RVCT ARM compiler 3.1
    Note: This was originally posted on 20th February 2009 at http://forums.arm.com Hi, Does RVCT 3.1 compiler is intelligent enough to identify which part of code can be NEON optimized and compiled in NEON...