FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
cpu.h File Reference
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Go to the source code of this file.

Macros

#define PPC_ALTIVEC(flags)   CPUEXT(flags, ALTIVEC)
 
#define PPC_VSX(flags)   CPUEXT(flags, VSX)
 
#define PPC_POWER8(flags)   CPUEXT(flags, POWER8)
 

Macro Definition Documentation

#define PPC_ALTIVEC (   flags)    CPUEXT(flags, ALTIVEC)
#define PPC_VSX (   flags)    CPUEXT(flags, VSX)

Definition at line 26 of file cpu.h.

Referenced by ff_audiodsp_init_ppc(), ff_float_dsp_init_ppc(), and ff_pixblockdsp_init_ppc().

#define PPC_POWER8 (   flags)    CPUEXT(flags, POWER8)

Definition at line 27 of file cpu.h.