mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 16:24:49 +08:00
Converting 64-bit nanoseconds values into the common struct timeval or struct timespec formats requires a 64-bit division to get the seconds value. Performance analysis of high network loads revealed that this is too costly on ARM.