This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-23 05:20:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
76f2ed922a
glibc
/
sysdeps
/
i386
/
cacheinfo.c
4 lines
62 B
C
Raw
Normal View
History
Unescape
Escape
Support multiarch for i686. 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.
2009-07-31 18:53:35 +00:00
#
define DISABLE_PREFETCHW
Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86. No code changes on x86 and x86_64. * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c> instead of <sysdeps/x86_64/cacheinfo.c>. * sysdeps/x86_64/cacheinfo.c: Moved to ... * sysdeps/x86/cacheinfo.c: Here.
2016-05-08 15:49:02 +00:00
#
include
<sysdeps/x86/cacheinfo.c>
Reference in New Issue
Copy Permalink