bionic/libc/arch-x86
Elliott Hughes 7e841ed688 Remove useless x86 fallbacks.
The NDK ABI requires that you support SSE2, and the build system won't let you
build with ARCH_X86_HAVE_SSE2 set to false. So let's stop pretending this
constant is actually a variable, and let's remove the corresponding dead code.

Also, the USE_SSE2 and USE_SSE3 macros are unused, so let's not bother
setting them.

Change-Id: I40b501d998530d22518ce1c4d14575513a8125bb
2013-10-03 23:30:33 -07:00
..
bionic Move common arch-* code to arch-common directory 2013-10-03 11:14:33 +04:00
include/machine Clean up some comments. 2013-10-01 11:10:21 -07:00
string Remove useless x86 fallbacks. 2013-10-03 23:30:33 -07:00
syscalls Regenerate the system call stubs (to get x86_64). 2013-10-01 13:29:43 -07:00
syscalls.mk Make it easier to add syscalls for another architecture. 2013-09-26 08:57:17 -07:00
x86.mk Remove useless x86 fallbacks. 2013-10-03 23:30:33 -07:00