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 2328843003: [x64] supplement SSE insturctions for SIMD.js (Closed)
Patch Set: Created 4 years, 3 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/v8.gyp » ('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 94e665f571918df456f387a7cac6c9ad862708ab..98156fa96a5a6cf6a5c3e73e9b7e16372533db0c 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -730,6 +730,7 @@ struct AccessorDescriptor {
enum CpuFeature {
// x86
SSE4_1,
+ SSSE3,
SSE3,
SAHF,
AVX,
« no previous file with comments | « src/flag-definitions.h ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698