mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
213a2be7b4
Some of the x86 string functions create pointers based on input strings that may be outside of the input strings. When this happens in C code, the compiler can potentially detect this, leading to warnings in application code when those string functions are inlined. Perform those operations in the assembly code instead of the C code to fix this. |
||
---|---|---|
.. | ||
bits | ||
fpu | ||
elide.h | ||
fpu_control.h | ||
Makefile | ||
tininess.h | ||
tst-ld-sse-use.sh |