mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
Add a framework for selecting from one of multiple implementations of a function based on amd64 architecture level (cf. amd64 SysV ABI supplement). Sponsored by: The FreeBSD Foundation Approved by: kib Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D40693 |
||
|---|---|---|
| .. | ||
| amd64_archlevel.c | ||
| bcmp.S | ||
| bcopy.c | ||
| bzero.c | ||
| Makefile.inc | ||
| memcmp.S | ||
| memcpy.S | ||
| memmove.S | ||
| memset.S | ||
| stpcpy.S | ||
| strcat.S | ||
| strcmp.S | ||
| strcpy.c | ||
| strlen.S | ||