summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt23
1 files changed, 2 insertions, 21 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 94d3007d58..296b3b88d8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -328,27 +328,8 @@ option('mono',
description: 'Flag for handling c# bindings'
)
-option('cpu-mmx',
+option('native-arch-optimization',
type: 'boolean',
value: true,
- description: 'Build MMX support when building for intel'
+ description: 'Flag for enabling architecture native optimizations'
)
-
-option('cpu-sse3',
- type: 'boolean',
- value: true,
- description: 'Build SSE3 support when building for intel'
-)
-
-option('cpu-neon',
- type: 'boolean',
- value: true,
- description: 'Build NEON support when building for ARM'
-)
-
-option('cpu-altivec',
- type: 'boolean',
- value: true,
- description: 'Build ALTIVEC support when building for PPC/POWER'
-)
-