Module: Mesa
Branch: main
Commit: 3a8da0b8bf91d0fa1dac511f6265a49f41861d78
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a8da0b8bf91d0fa1dac511f6265a49f41861d78

Author: Eric Engestrom <e...@igalia.com>
Date:   Tue Dec  5 18:14:46 2023 +0000

v3d: drop leftover from "move v3d_tiling to common"

Fixes: d198e26a1ebc32c43e5b ("broadcom/common: move v3d_tiling to common")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26525>

---

 src/gallium/drivers/v3d/meson.build | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/gallium/drivers/v3d/meson.build 
b/src/gallium/drivers/v3d/meson.build
index 600840b8764..1905ac393ae 100644
--- a/src/gallium/drivers/v3d/meson.build
+++ b/src/gallium/drivers/v3d/meson.build
@@ -77,11 +77,6 @@ foreach ver : v3d_versions
 
 endforeach
 
-v3d_neon_c_args = []
-if host_machine.cpu_family() == 'arm'
-    v3d_neon_c_args = '-mfpu=neon'
-endif
-
 libv3d = static_library(
   'v3d',
   [

Reply via email to