Tags: Project-OctOS/android_bionic
Tags
libm: These optimizations are only for Krait * Issues on other chipsets. Resync with CAF and only use on specific chipsets (Krait, Sparrow). Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375
libm: These optimizations are only for Krait * Issues on other chipsets. Resync with CAF and only use on specific chipsets (Krait, Sparrow). Change-Id: I6a11f3f8e3250359259edf5f57e0d9e7068c5375
libm: sqrt and sqrtf via ARM vsqrt instruction. Optimized sqrt and sqrtf for arm by using hardware opcode for sqrt rather than generic slow portable code. Change-Id: I9888d58547bcfca7dfc1400d3e7e222599167249
Dynamically allocate soinfo-structs in linker Request memory from the system when needed instead of having a fixed array for soinfo structs. Note that malloc() et al can't be used in linker, so use mmap() instead. Change-Id: Ia77e6a835db0f4a0bfeccc4a6610b857459fd437
Dynamically allocate soinfo-structs in linker Request memory from the system when needed instead of having a fixed array for soinfo structs. Note that malloc() et al can't be used in linker, so use mmap() instead. Change-Id: Ia77e6a835db0f4a0bfeccc4a6610b857459fd437
Dynamically allocate soinfo-structs in linker Request memory from the system when needed instead of having a fixed array for soinfo structs. Note that malloc() et al can't be used in linker, so use mmap() instead. Change-Id: Ia77e6a835db0f4a0bfeccc4a6610b857459fd437
bionic/libc: fix getsid() syscall number for mips According to libc/kernel/arch-mips/asm/unistd.h, the syscall number for mips is 151, not 147. Only bionic/libc/SYSCALLS.TXT was manually edited; bionic/libc/include/sys/linux-syscalls.h was generated from SYSCALLS.TXT by running bionic/libc/tools/gensyscalls.py. Change-Id: Ia14da35acbc36aafd44a059146a37271bd358ae2
PreviousNext