FFmpeg
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

◆ PPC_ALTIVEC

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

Definition at line 25 of file cpu.h.

◆ PPC_VSX

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

Definition at line 26 of file cpu.h.

◆ PPC_POWER8

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

Definition at line 27 of file cpu.h.