• Find out instruction latency and throughput for NEON and SVE instructions
    There is ARM software optimization guide (e.g., https://developer.arm.com/documentation/swog309707/latest for neoverse n1) to look up the instruction latency and throughput for many instructons. This...
  • UDP/IP throughput
    What can one expect the throughput from the UDP/IP communication as in bytes/sec or Mbytes/sec? And how do you really measure?
  • UDP/IP throughput
    What can one expect the throughput from the UDP/IP communication as in bytes/sec or Mbytes/sec? And how do you really measure?
  • Does MADD(W-form) and UMADDL handle overflow correctly?
    Hi, MADD(W-form) [1] and UMADDL[2] does 32-bit multiplication and adds multiplication results to a 64-bit integer. My question is, do these two instructions handle possible overflow (2 32-bit integers...
  • MCBSTR9 ethernet maximum throughput at 96MHz
    I am using MCBSTR9 evaluation boards for testing the ethernet throughput (sending 1316 bytes length UDP packets). I have implemented my code using the Keil HTTP demo with RTX_Kernel and running the...