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

Unified Diff: crosstest/crosstest.cfg

Issue 1278173009: Inline memove for small constant sizes and refactor memcpy and memset. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Simplify xtests and add flags for memory intrinsic optimization. Created 5 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
Index: crosstest/crosstest.cfg
diff --git a/crosstest/crosstest.cfg b/crosstest/crosstest.cfg
index 620edb681003aa45c036ea10882d9bc0c4d7313e..999db7be5ad7f7f21433e960f81ba6e18e8209df 100644
--- a/crosstest/crosstest.cfg
+++ b/crosstest/crosstest.cfg
@@ -5,6 +5,7 @@ test: simple_loop.c
[mem_intrin]
driver: mem_intrin_main.cpp
test: mem_intrin.cpp
+flags: --sz-args='-fmem-intrin-opt'
Jim Stichnoth 2015/08/18 17:11:28 Can you drop the single quotes? The fact that thi
ascull 2015/08/18 18:38:01 Done.
[test_arith]
driver: test_arith_main.cpp

Powered by Google App Engine
This is Rietveld 408576698