summaryrefslogtreecommitdiff
path: root/libavutil/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r--libavutil/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index e9185f12f4..55c3ec9a06 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -52,7 +52,6 @@
// #endif
#define AV_CPU_FLAG_AVX2 0x8000 ///< AVX2 functions: requires OS support even if YMM registers aren't used
-
#define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard
#define AV_CPU_FLAG_ARMV5TE (1 << 0)