• Float point precision
    Can I reduce the float point precision in Keil to reduce my code size? Thank you.
  • Half precision float
    Is there support for 16 bit half precision floating point in RV compiler? infocenter.arm.com/.../index.jsp Are there any examples/sources for conversion between single and half precision (I...
  • Float number problem with precision
    Hello, i Have problem with Cx51 compiler, that is when ever iam using floating number lng=1723.4545; lng=*0.01745329252; Expected lng is 30.07995553341034 but its rounding to 30.0799 please...
  • precision of arm_cmplx_mag_q31()
    Hello, I started to use the CMSIM DSP library and  I have a question regarding the function "arm_cmplx_mag_q31()" that computes the complex magnitude. The function is basically implemented by the code...
  • User Stack Pointer Corruption with Double Precision Arithmetic
    When using C167 simulation and double precision arithmetic, I ran into a problem. Things didn't seem to be working properly, so I inspected the generated assembly and found that the user stack pointer...