mesa/src/amd
Matt Turner 1aac47db69 Revert F16C series (MR 6774)
This reverts commit 4fb2eddfdf.
This reverts commit 7a1deb16f8.
This reverts commit 2b6a172343.
This reverts commit 5af81393e4.
This reverts commit 87900afe5b.

A couple of problems were discovered after this series was merged that
cause breakage in different configurations:

   (1) It seems that using -mf16c also enables AVX, leading to SIGILL on
   platforms that do not support AVX.
   (2) Since clang only warns about unknown flags, and as I understand
   it Meson's handling in cc.has_argument() is broken, the F16C code is
   wrongly enabled when clang is used, even for example on ARM, leading
   to a compilation error.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3583
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6969>
2020-10-01 21:08:12 +00:00
..
addrlib amd: add VanGogh support 2020-09-22 16:50:07 +00:00
common ac/gpu_info: add detection of TMZ support 2020-09-24 14:51:16 +00:00
compiler radv/aco: lower IO for all stages outside of ACO 2020-10-01 14:58:25 +00:00
llvm ac/nir: fix nir_intrinsic_shared_atomic_fadd 2020-10-01 06:38:42 +00:00
registers amd/registers: switch to new generated register definitions 2020-09-01 08:45:54 -04:00
vulkan Revert F16C series (MR 6774) 2020-10-01 21:08:12 +00:00
Android.addrlib.mk android: amd/addrlib: add gfx10 support 2019-07-10 09:03:55 +02:00
Android.common.mk android: amd/registers: switch to new generated register definitions 2020-09-06 20:20:34 +02:00
Android.compiler.mk android: aco/isel: Move context initialization code to a dedicated file 2020-09-14 21:26:53 +02:00
Android.mk android: aco: add support for libmesa_aco 2019-09-28 15:56:34 +02:00
Makefile.sources android: aco/isel: Move context initialization code to a dedicated file 2020-09-14 21:26:53 +02:00
meson.build aco: add framework for unit testing 2020-07-30 16:13:08 +00:00