sparc: Avoid some redefinition warnings

These definitions are provided by m_vector_asm.h now.

Fixes: 67ffb853f0 ("sparc: Reuse m_vector_asm.h.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11119>
(cherry picked from commit c460f3806d)
This commit is contained in:
Matt Turner 2021-06-01 14:38:19 -07:00 committed by Eric Engestrom
parent 5ac128a23c
commit 9f2d803317
3 changed files with 1 additions and 11 deletions

View file

@ -1624,7 +1624,7 @@
"description": "sparc: Avoid some redefinition warnings",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "67ffb853f05eb24222970261018f6ed0982e6be4"
},

View file

@ -12,11 +12,6 @@
#include "math/m_vector_asm.h"
#endif
#define VEC_SIZE_1 1
#define VEC_SIZE_2 3
#define VEC_SIZE_3 7
#define VEC_SIZE_4 15
.register %g2, #scratch
.register %g3, #scratch

View file

@ -15,11 +15,6 @@
#include "math/m_vector_asm.h"
#endif
#define VEC_SIZE_1 1
#define VEC_SIZE_2 3
#define VEC_SIZE_3 7
#define VEC_SIZE_4 15
#define M0 %f16
#define M1 %f17
#define M2 %f18