mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 09:30:06 +00:00
6f6f1215f6
This patch adds multiarch support when configured for i686. I modified some x86-64 functions to support 32bit. I will contribute 32bit SSE string and memory functions later.
9 lines
304 B
C
9 lines
304 B
C
#define __x86_64_data_cache_size_half __x86_data_cache_size_half
|
|
#define __x86_64_shared_cache_size __x86_shared_cache_size
|
|
#define __x86_64_shared_cache_size_half __x86_shared_cache_size_half
|
|
|
|
#define DISABLE_PREFETCHW
|
|
#define DISABLE_PREFERRED_MEMORY_INSTRUCTION
|
|
|
|
#include <sysdeps/x86_64/cacheinfo.c>
|