mirror of https://git.musl-libc.org/git/musl
Browse Source
For Thumb2 compatibility, replace two instances of a single instruction "orr with a variable shift" with the two instruction equivalent. Neither of the replacements are in a performance critical loop.master
committed by
Rich Felker
2 changed files with 9 additions and 6 deletions
@ -1,3 +1,3 @@ |
|||
#if __ARMEB__ || __thumb__ |
|||
#if __ARMEB__ |
|||
#include "../memcpy.c" |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue