]> git.sesse.net Git - vlc/commit
ARM: detect VFP floating point unit
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 25 Jan 2012 16:00:10 +0000 (18:00 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 26 Jan 2012 18:27:55 +0000 (20:27 +0200)
commitcf5a82224a3db25ed078f7d441257da51b346990
tree94818c6d41f85bcc79b6be94cbebd6f52bec2029
parentd8ed5645a0835a2fa9b65513555cc958ccee6197
ARM: detect VFP floating point unit

This sets HAVE_FPU correctly on ARM targets if VFP instructions are
enabled. Note that __VFP_FP__ implies the use of the VFP floating point
format, not the availability of the VFP instructions. Thus software
floating emulation __SOFTFP__ (i.e. gcc -mfloat-abi=soft) is excluded
explicitly.
include/vlc_cpu.h