Loading...
Searching...
No Matches
Go to the documentation of this file.
19#ifndef AVUTIL_PPC_CPU_H
20#define AVUTIL_PPC_CPU_H
25#define PPC_ALTIVEC(flags) CPUEXT(flags, ALTIVEC)
26#define PPC_VSX(flags) CPUEXT(flags, VSX)
27#define PPC_POWER8(flags) CPUEXT(flags, POWER8)