meson: Remove arm_neon_workaround
authorYonggang Luo <luoyonggang@gmail.com>
Thu, 3 Aug 2023 06:42:37 +0000 (14:42 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 3 Aug 2023 08:11:17 +0000 (08:11 +0000)
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>

src/util/format/meson.build

index 8339e91..d703b4c 100644 (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'],