• 32bit integer multiply
    How does the 32 bit integer multiply routine implement the multiplication. If you perform a 32bit by 32bit integer multiply and place the result in a 32 bit integer does the routine keep an internal 64...
  • NEON matrix multiply
    Note: This was originally posted on 24th November 2011 at http://forums.arm.com I'm new to neon and I'm trying to do some multiplication. I need to do some multiplication of two arrays and I'm trying...
  • SVC_Handler multiply defined
    Dear Keil, We are using the STM32F3 discovery board, and used the RTX with the demo code. When we compile, it says SVC_Handler multiply defined; Systick multiply defined etc. I was wondering...
  • MAC 32x32 multiply
    I believe that code generated for a 32x32 bit multiply (not directly supported by MAC hardware) is incorrect. I have tried 4.27 and 5.05 compiler versions on XC167 with #pragma MAC, getting same (wrong...
  • Multiply Defined Error
    I am getting error below while compiling http_demo example for mcbstr9. Tried defining these three variables again in Net_config.h as extern const U8 IP_Broadcast[IP_ADRLEN]; extern const U8 MAC_Broadcast...