]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Add a CPU capability for ARM NEON
[vlc] / include / vlc_common.h
index 8675ff83959adb474d3841e9a1f433f564fce27b..f5829fe55d63816b61fce3e14d27aa001d5cef3f 100644 (file)
@@ -798,6 +798,7 @@ VLC_EXPORT(int, vlc_wclosedir, ( void *_p_dir ));
 #define CPU_CAPABILITY_SSE     (1<<6)
 #define CPU_CAPABILITY_SSE2    (1<<7)
 #define CPU_CAPABILITY_ALTIVEC (1<<16)
+#define CPU_CAPABILITY_NEON    (1<<24)
 #define CPU_CAPABILITY_FPU     (1<<31)
 VLC_EXPORT( unsigned, vlc_CPU, ( void ) );