Commit e41027f5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Enable FPU on 64-bits ARM

parent 74a3b3f1
...@@ -176,6 +176,9 @@ VLC_API unsigned vlc_CPU(void); ...@@ -176,6 +176,9 @@ VLC_API unsigned vlc_CPU(void);
# define vlc_CPU_ARM_NEON() ((vlc_CPU() & VLC_CPU_ARM_NEON) != 0) # define vlc_CPU_ARM_NEON() ((vlc_CPU() & VLC_CPU_ARM_NEON) != 0)
# endif # endif
# elif defined (__aarch64__)
# define HAVE_FPU 1
# elif defined (__sparc__) # elif defined (__sparc__)
# define HAVE_FPU 1 # define HAVE_FPU 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment