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

Unified Diff: crosstest/test_bitmanip.h

Issue 401533002: Lower byte swap intrinsic. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: rebased 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
« no previous file with comments | « no previous file | crosstest/test_bitmanip.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_bitmanip.h
diff --git a/crosstest/test_bitmanip.h b/crosstest/test_bitmanip.h
index 7c4efdb4968e6747284516ce1650005dd120fe7d..d283d7fb626f0f77c71a4eeff8605da10b85f47b 100644
--- a/crosstest/test_bitmanip.h
+++ b/crosstest/test_bitmanip.h
@@ -22,3 +22,7 @@
FOR_ALL_BMI_OP_TYPES(X)
#undef X
+
+#define X(type, builtin_name) type test_bswap(type);
+BSWAP_TABLE
+#undef X
« no previous file with comments | « no previous file | crosstest/test_bitmanip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698