Pick the loop implementation that favors performance over code size.
This commit is contained in:
@@ -353,7 +353,7 @@ Reset_Handler:
|
|||||||
ldr r2, =__data_start__
|
ldr r2, =__data_start__
|
||||||
ldr r3, =__data_end__
|
ldr r3, =__data_end__
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
/* Here are two copies of loop implemenations. First one favors code size
|
/* Here are two copies of loop implemenations. First one favors code size
|
||||||
* and the second one favors performance. Default uses the first one.
|
* and the second one favors performance. Default uses the first one.
|
||||||
* Change to "#if 0" to use the second one */
|
* Change to "#if 0" to use the second one */
|
||||||
|
|||||||
Reference in New Issue
Block a user