mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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 commitc460f3806d)
This commit is contained in:
parent
5ac128a23c
commit
9f2d803317
3 changed files with 1 additions and 11 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue