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

Unified Diff: src/globals.h

Issue 1040603002: [x64] Introduce BMI instructions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix previous Patch Set Created 5 years, 8 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 | « src/flag-definitions.h ('k') | src/x64/assembler-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index e93fa3b07ead3f33d9453a507dd5a7f221595f3c..4bc61949944ab8890750cb72f27e97e53ce138c6 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -655,6 +655,10 @@ enum CpuFeature {
SAHF,
AVX,
FMA3,
+ BMI1,
+ BMI2,
+ LZCNT,
+ POPCNT,
ATOM,
// ARM
VFP3,
« no previous file with comments | « src/flag-definitions.h ('k') | src/x64/assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698