On 10 Feb 2026, at 15:43, Andrew Turner <[email protected]> wrote: > The branch main has been updated by andrew: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=2ccbf06c0285ca1c06681e7212da8e7d1e87fe19 > > commit 2ccbf06c0285ca1c06681e7212da8e7d1e87fe19 > Author: Sarah Walker <[email protected]> > AuthorDate: 2026-01-28 16:22:50 +0000 > Commit: Andrew Turner <[email protected]> > CommitDate: 2026-02-10 15:39:56 +0000 > > arm64: Add MOPS implementations of memset(), memcpy() and memmove() > > Enable the use of MOPS implementations of memset, memcpy and memmove within > the kernel. Fix pre-ifunc resolution uses of these functions.
And what happens if the compiler inserts calls to these functions prior to IFUNC resolution? Jessica
