Skip to content

Commit 366851c

Browse files
committed
Replace microlib arithmetic
Microlib 64-bit multiply and 32/64-bit divide routines are extremely slow, and in the case of multiply, bigger too! The 64-bit divide routine is slow enough to cause interrupt latency problems. Replace with local implementations extracted from the ARM Compiler 6 standard library.
1 parent f696d74 commit 366851c

File tree

3 files changed

+847
-0
lines changed

3 files changed

+847
-0
lines changed

0 commit comments

Comments
 (0)