meson: remove unused USE_FOO_ASM defines

The usage of these defines was removed, so let's remove the definitions
as well.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21212>
This commit is contained in:
Erik Faye-Lund
2023-02-09 09:31:12 +01:00
committed by Marge Bot
parent d64000dbb3
commit 139dd4e772

View File

@@ -1205,8 +1205,7 @@ with_asm_arch = ''
if host_machine.cpu_family() == 'x86'
if system_has_kms_drm or host_machine.system() == 'gnu'
with_asm_arch = 'x86'
pre_args += ['-DUSE_X86_ASM', '-DUSE_MMX_ASM', '-DUSE_3DNOW_ASM',
'-DUSE_SSE_ASM']
pre_args += ['-DUSE_X86_ASM']
if with_glx_read_only_text
pre_args += ['-DGLX_X86_READONLY_TEXT']