Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2021-10-05 00:21:23 +0300
committerHenrik Gramner <gramner@twoorioles.com>2021-10-18 17:49:05 +0300
commit75318ec7ca22c264e6dcf477bb2a5b3594009300 (patch)
tree03099f431f21747c699a0e6642dcc436402a441d /meson_options.txt
parent9b5149010527eb733b2dcfb568f80632b44cd287 (diff)
x86: Remove the option to disable AVX-512
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b9a7912..49a7998 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,11 +10,6 @@ option('enable_asm',
value: true,
description: 'Build asm files, if available')
-option('enable_avx512',
- type: 'boolean',
- value: true,
- description: 'Build AVX-512 asm files, requires nasm 2.14')
-
option('enable_tools',
type: 'boolean',
value: true,