glibc/sysdeps/x86
Torvald Riegel 213a2be7b4 Do not create invalid pointers in C code of string functions.
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.
2015-07-07 13:40:12 +02:00
..
bits Do not create invalid pointers in C code of string functions. 2015-07-07 13:40:12 +02:00
fpu Vector sincosf for x86_64 and tests. 2015-06-18 20:11:27 +03:00
elide.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fpu_control.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile Run tst-ld-sse-use.sh with bash. 2014-09-29 23:24:37 +00:00
tininess.h Use sysdeps/x86/tininess.h for i386 and x86_64 2012-10-30 20:38:31 -07:00
tst-ld-sse-use.sh Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00