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:

committed by
Marge Bot

parent
d64000dbb3
commit
139dd4e772
@@ -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']
|
||||
|
Reference in New Issue
Block a user