mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 20:50:29 +01:00
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:
parent
d64000dbb3
commit
139dd4e772
1 changed files with 1 additions and 2 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue