Gregory Nutt
|
b656e371d3
|
ELF: Move sim and x86 ARM versions of ELF relocation logic to libc/machine
|
2017-01-21 15:40:51 -06:00 |
Gregory Nutt
|
49c39f0999
|
libc/machine/: Move all ARM subdirectories under a common arm/ sub-directory
|
2017-01-21 13:43:45 -06:00 |
Gregory Nutt
|
be5ba90d4f
|
Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications.
|
2017-01-20 10:53:46 -06:00 |
Gregory Nutt
|
9cc37d8ee1
|
Math library optimatizations for FPU only apply to ARMv8 which is not yet supported.
|
2017-01-20 08:24:59 -06:00 |
Gregory Nutt
|
eba03c2590
|
Math library: Leverage optimized ARM functions from BSD license ARM file.
|
2017-01-19 09:37:33 -06:00 |