• Any equivalent NEON instruction to SMULWy?
    Note: This was originally posted on 6th July 2013 at http://forums.arm.com Hi everybody, I'm currently working on 7x7 gaussian blur filter for NEON. And since everything bigger than 3x3 is hard to handle...
  • InterlockedExchangeAdd equivalent
    Note: This was originally posted on 11th February 2013 at http://forums.arm.com I'm porting a Windows application to an ARM® Cortex-A9 based system running Ubuntu 12.04 and I need something equivalent...
  • Equivalent code?
    Hello Everyone: In the following example seq_address is an unsigned long and obj->cmd_reg[] is an unsigned char array. seq_address = (ulong)obj->cmd_reg[3] << 24 + (ulong)obj->cmd_reg[2] << 16...
  • Keil uVision equivalent for MAC OSX
    Hi, I know I may piss off some people for asking this question but, I'm trying to find out if there is a way I can use uVision on Mac OSX or if there is an equivalent software I can use as I need...
  • armcc equivalent for gcc -Wuninitialized
    Hello, after spend an entire afternoon tracking a uninitialized class member kind of bug, i could be able to find the armcc compiler equivalent of the gcc -Wuninitialized flag that in theory warn about...