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

Unified Diff: src/code-stubs.h

Issue 1219943002: Expose SIMD.Float32x4 type to Javascript. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Andreas' review comments Created 5 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
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index c6f124ec6921ac4f6d503e2b581dc5c914445179..5f1bcc1a70e64aa48bc1301d02c6d408fa8ed9e3 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -2750,6 +2750,7 @@ class ToBooleanStub: public HydrogenCodeStub {
STRING,
SYMBOL,
HEAP_NUMBER,
+ SIMD_VALUE,
NUMBER_OF_TYPES
};
« no previous file with comments | « src/bootstrapper.cc ('k') | src/code-stubs.cc » ('j') | test/mjsunit/harmony/simd.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698