@ -26,6 +26,9 @@
#ifndef VLC_CPU_H
# define VLC_CPU_H 1
/**
* Retrieves CPU capability flags.
*/
VLC_API unsigned vlc_CPU(void);
# if defined (__i386__) || defined (__x86_64__)
@ -251,9 +251,6 @@ out:
cpu_flags = i_capabilities;
}
* Retrieves pre-computed CPU capability flags
VLC_WEAK unsigned vlc_CPU(void)
{
static vlc_once_t once = VLC_STATIC_ONCE;