Chromium Code Reviews| Index: crosstest/vectors.def |
| diff --git a/crosstest/vectors.def b/crosstest/vectors.def |
| index ff797bfaa42f320725ec00019ddbcd21a042f15a..b7c3739e9aeca275435f9fc30a709c6e3d800113 100644 |
| --- a/crosstest/vectors.def |
| +++ b/crosstest/vectors.def |
| @@ -16,7 +16,7 @@ |
| #define VECTOR_TYPE_TABLE \ |
| /* typename, element type, cast type */ \ |
| -X(v16si8, int8_t, int64_t) \ |
| +X(v16si8, myint8_t, int64_t) \ |
| X(v16ui8, uint8_t, int64_t) \ |
| X(v8si16, int16_t, int64_t) \ |
| X(v8ui16, uint16_t, int64_t) \ |