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

Unified Diff: src/trusted/validator_ragel/build.scons

Issue 697143002: enable packed double precision 3 operand mem/simd register avx1 instructions. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 1 month 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: src/trusted/validator_ragel/build.scons
diff --git a/src/trusted/validator_ragel/build.scons b/src/trusted/validator_ragel/build.scons
index 308eb33b75b87a4b37446d590f76ff4d3b304715..3ff8239ba0f168ae820a8eae63ed889789a748de 100644
--- a/src/trusted/validator_ragel/build.scons
+++ b/src/trusted/validator_ragel/build.scons
@@ -336,6 +336,10 @@ if ragel_involved:
('xadd16_proof.py', '64', '20141028.shld_shrd', '20141029.xadd16'),
('cmpxchg16_proof.py', '32', '20141029.xadd16', '20141030.cmpxchg16'),
('cmpxchg16_proof.py', '64', '20141029.xadd16', '20141030.cmpxchg16'),
+ ('avx1_xmm_ymm_memory_3op_pd_proof.py', '32', '20141030.cmpxchg16',
+ '20141031.avx1_3op_fp_pd'),
+ ('avx1_xmm_ymm_memory_3op_pd_proof.py', '64', '20141030.cmpxchg16',
+ '20141031.avx1_3op_fp_pd'),
]
for proof_file, bitness, old, new in trie_proofs:
trie_subdirs = {'32': 'ragel_trie_x86_32', '64': 'ragel_trie_x86_64'}
« no previous file with comments | « src/trusted/validator_ragel/avx1_xmm_ymm_memory_3op_pd_proof.py ('k') | src/trusted/validator_ragel/gen/protected_files.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698