Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: crosstest/vectors.def

Issue 435353002: Subzero: Fix and clean up some cross tests. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Fix newlines and filename Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crosstest/vectors.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) \
« no previous file with comments | « crosstest/vectors.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698