ardix/lib
Felix Kopp 056c318e86
Make memcmp more compiler friendly
The Thumb ISA allows incrementing a pointer right after dereferencing
it.  This commit attempts to make it more obvious to the compiler to use
this instruction in memcmp().
2020-11-19 16:33:40 +01:00
..
ctype.c Move license comment to the bottom 2020-10-11 19:35:30 +02:00
list.c Final refactor, initialize allocator on init 2020-10-12 17:54:07 +02:00
Makefile Final refactor, initialize allocator on init 2020-10-12 17:54:07 +02:00
malloc.c Add list empty check in malloc 2020-10-24 17:44:18 +02:00
string.c Make memcmp more compiler friendly 2020-11-19 16:33:40 +01:00