mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
With ifunc based SIMD dispatch, we cannot use the amd64 assembly implementations of string functions. Modify rtld to instead use the generic functions. To avoid an architecture-specific special case, this change is applied to all architectures. This change is a prerequisite to and formerly part of D40693. Sponsored by: FreeBSD Foundation Approved by: kib See also: D40693 Differential Revision: https://reviews.freebsd.org/D41050 |
||
|---|---|---|
| .. | ||
| libc_private.h | ||
| Makefile.inc | ||
| namespace.h | ||
| rtld_libc.c | ||
| rtld_libc.h | ||
| un-namespace.h | ||