| Index: crosstest/test_arith.h
|
| diff --git a/crosstest/test_arith.h b/crosstest/test_arith.h
|
| index a12ea242c304ef15a11ccfbd9ee1ab754a154cef..13f100b8cc5d3d88a1a528c8b5e4b25a64052cf3 100644
|
| --- a/crosstest/test_arith.h
|
| +++ b/crosstest/test_arith.h
|
| @@ -1,15 +1,6 @@
|
| #include <stdint.h>
|
| #include "test_arith.def"
|
|
|
| -// Vector types
|
| -typedef int32_t v4si32 __attribute__((vector_size(16)));
|
| -typedef uint32_t v4ui32 __attribute__((vector_size(16)));
|
| -typedef int16_t v8si16 __attribute__((vector_size(16)));
|
| -typedef uint16_t v8ui16 __attribute__((vector_size(16)));
|
| -typedef int8_t v16si8 __attribute__((vector_size(16)));
|
| -typedef uint8_t v16ui8 __attribute__((vector_size(16)));
|
| -typedef float v4f32 __attribute__((vector_size(16)));
|
| -
|
| #define X(inst, op, isdiv) \
|
| bool test##inst(bool a, bool b); \
|
| uint8_t test##inst(uint8_t a, uint8_t b); \
|
|
|