shithub: dav1d

Download patch

ref: b2f7ba6050223dd382691955d232e3e6abe0b303
parent: 55439739f239a7027ae383572bf153c562ac6869
author: Matthias Dressel <[email protected]>
date: Fri Mar 6 21:39:46 EST 2020

CLI: Remove avx512 from help text

avx512 was merged with avx512icl.
See 7b208fa8

--- a/tools/dav1d_cli_parse.c
+++ b/tools/dav1d_cli_parse.c
@@ -86,7 +86,7 @@
 #define ALLOWED_CPU_MASKS " or 'neon'"
 #elif ARCH_X86
 #define ALLOWED_CPU_MASKS \
-    ", 'sse2', 'ssse3', 'sse41', 'avx2', 'avx512' or 'avx512icl'"
+    ", 'sse2', 'ssse3', 'sse41', 'avx2' or 'avx512icl'"
 #else
 #define ALLOWED_CPU_MASKS "not yet implemented for this architecture"
 #endif