mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
16d2ea4c82
This patch introduces a test to make sure no function modifies the xmm/ymm registers. With the exception of the auditing functions. The test is probably too pessimistic. All code linked into ld.so is checked. Perhaps at some point the callgraph starting from _dl_fixup and _dl_profile_fixup is checked and we can start using faster SSE-using functions in parts of ld.so.
2 lines
27 B
C
2 lines
27 B
C
#include <string/memcmp.c>
|