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>
This commit is contained in:
Matt Turner 2021-06-01 14:38:19 -07:00 committed by Marge Bot
parent 67af3b6bba
commit c460f3806d
2 changed files with 0 additions and 10 deletions

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