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

Unified Diff: crosstest/test_arith.cpp

Issue 407543003: Factor out common vector crosstesting code. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 5 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
Index: crosstest/test_arith.cpp
diff --git a/crosstest/test_arith.cpp b/crosstest/test_arith.cpp
index ed6c9d329da252b533af2d9c2684176976767b2e..0e24e5e7e6d5a8518d4457178366502880070ca0 100644
--- a/crosstest/test_arith.cpp
+++ b/crosstest/test_arith.cpp
@@ -3,6 +3,7 @@
#include <stdint.h>
+#include "vectors.h"
jvoung (off chromium) 2014/07/18 22:50:40 Could test_arith.h just be the one to include vect
wala 2014/07/18 23:08:23 Done.
Jim Stichnoth 2014/07/18 23:45:47 There's some stuff in vectors.h that you might be
wala 2014/07/19 00:11:14 It links. vectors.h is mostly for the benefit of t
#include "test_arith.h"
#define X(inst, op, isdiv) \

Powered by Google App Engine
This is Rietveld 408576698