mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +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
28 B
ArmAsm
2 lines
28 B
ArmAsm
#include "../rtld-strlen.S"
|