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

Unified Diff: crosstest/test_calling_conv.h

Issue 1359193003: Subzero. Enables (most) crosstests for ARM32. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 5 years, 3 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/test_arith_main.cpp ('k') | crosstest/test_calling_conv.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_calling_conv.h
diff --git a/crosstest/test_calling_conv.h b/crosstest/test_calling_conv.h
index bf364657daaf7422250b8cb3a89b629db3e433f0..5b33eb16b839835c034d133c8a8c87d1d50423ce 100644
--- a/crosstest/test_calling_conv.h
+++ b/crosstest/test_calling_conv.h
@@ -31,7 +31,7 @@ void caller_vvvvv();
typedef void(callee_vvvvv_Ty)(v4si32, v4si32, v4si32, v4si32, v4si32);
callee_vvvvv_Ty callee_vvvvv;
-void caller_vlvlivfvdviv();
-typedef void(callee_vlvlivfvdviv_Ty)(v4f32, int64, v4f32, int64, int, v4f32,
+void caller_vlvilvfvdviv();
+typedef void(callee_vlvilvfvdviv_Ty)(v4f32, int64, v4f32, int, int64, v4f32,
float, v4f32, double, v4f32, int, v4f32);
-callee_vlvlivfvdviv_Ty callee_vlvlivfvdviv;
+callee_vlvilvfvdviv_Ty callee_vlvilvfvdviv;
« no previous file with comments | « crosstest/test_arith_main.cpp ('k') | crosstest/test_calling_conv.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698