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

Unified Diff: crosstest/test_cast.h

Issue 2432373002: [SubZero] Fix f64 to/from i64 moves (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addressed review comments Created 4 years, 2 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 | « no previous file | crosstest/test_cast.cpp » ('j') | src/IceTargetLoweringMIPS32.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_cast.h
diff --git a/crosstest/test_cast.h b/crosstest/test_cast.h
index 27d0dd02498df598a937de20216571957fa5492e..2ed73daed4d131546460ef24bb062db1dfed6cb6 100644
--- a/crosstest/test_cast.h
+++ b/crosstest/test_cast.h
@@ -21,3 +21,8 @@ typedef signed char myint8_t;
template <typename FromType, typename ToType> ToType cast(FromType a);
template <typename FromType, typename ToType> ToType castBits(FromType a);
+#ifdef MIPS32
Jim Stichnoth 2016/10/21 14:18:56 What do you think about running this set of tests
jaydeep.patil 2016/10/26 07:47:31 Done.
+template <typename FromType, typename ToType> ToType cast(int i, FromType a);
+template <typename FromType, typename ToType> ToType castBits(int i,
+ FromType a);
+#endif
« no previous file with comments | « no previous file | crosstest/test_cast.cpp » ('j') | src/IceTargetLoweringMIPS32.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698