mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD
2 lines
35 B
ArmAsm
2 lines
35 B
ArmAsm
#define MEMMOVE
|
|
#include "bcopy.S"
|