From 75318ec7ca22c264e6dcf477bb2a5b3594009300 Mon Sep 17 00:00:00 2001 From: Henrik Gramner Date: Mon, 4 Oct 2021 23:21:23 +0200 Subject: x86: Remove the option to disable AVX-512 --- meson_options.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meson_options.txt') 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, -- cgit v1.2.3