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:
Yonggang Luo 2023-08-03 14:42:37 +08:00 committed by Marge Bot
parent 4c4d2d35c2
commit 37b56dfd7d

View file

@ -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'],