Browse Source

Enable FPU on 64-bits ARM

pull/7/head
Rémi Denis-Courmont 13 years ago
parent
commit
e41027f592
  1. 3
      include/vlc_cpu.h

3
include/vlc_cpu.h

@ -176,6 +176,9 @@ VLC_API unsigned vlc_CPU(void);
# define vlc_CPU_ARM_NEON() ((vlc_CPU() & VLC_CPU_ARM_NEON) != 0)
# endif
# elif defined (__aarch64__)
# define HAVE_FPU 1
# elif defined (__sparc__)
# define HAVE_FPU 1

Loading…
Cancel
Save