]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an optimised version of the float and double helper functions. These
authorAndrew Turner <andrew@FreeBSD.org>
Sun, 16 Mar 2014 13:16:30 +0000 (13:16 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Sun, 16 Mar 2014 13:16:30 +0000 (13:16 +0000)
commita06918a349fb6e0aa85b441b90d8743a238737d8
tree62fbdbbd1a575b5f25065c97904adb9fc6317b62
parent7292923b49ac54586192734dc5fb53528feeb653
Add an optimised version of the float and double helper functions. These
are only used on armv6 when the vfp unit is detected. They will also be
available for the upcoming armv6hf platform, however while not used by
default there will need to be defined for any software that calls them
directly.
lib/libc/arm/aeabi/Makefile.inc
lib/libc/arm/aeabi/aeabi_double.c
lib/libc/arm/aeabi/aeabi_float.c
lib/libc/arm/aeabi/aeabi_vfp.h [new file with mode: 0644]
lib/libc/arm/aeabi/aeabi_vfp_double.S [new file with mode: 0644]
lib/libc/arm/aeabi/aeabi_vfp_float.S [new file with mode: 0644]