mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 23:00:11 +01:00
meson: Remove arm_neon_workaround
Suddenly found this workaround doesn't need anymore Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24461>
This commit is contained in:
parent
4c4d2d35c2
commit
37b56dfd7d
1 changed files with 0 additions and 7 deletions
|
|
@ -33,13 +33,6 @@ files_mesa_format = files(
|
|||
'u_format_zs.c',
|
||||
)
|
||||
|
||||
# TODO: remove the quirk when GCC get test and fix inside release
|
||||
# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108163
|
||||
arm_neon_workaround = []
|
||||
if cc.get_id() == 'gcc' and host_machine.cpu_family().contains('arm')
|
||||
arm_neon_workaround = gcc_lto_quirk
|
||||
endif
|
||||
|
||||
u_format_pack_h = custom_target(
|
||||
'u_format_pack.h',
|
||||
input : ['u_format_table.py', 'u_format.csv'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue