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

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: Created 5 years, 6 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..103a7d8fb3cfdd4bc1c442e4ce7b0116a7700d2e 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -2750,6 +2750,7 @@ class ToBooleanStub: public HydrogenCodeStub {
STRING,
SYMBOL,
HEAP_NUMBER,
+ SIMD_TYPE,
rossberg 2015/07/02 13:35:43 Nit: simply SIMD would seem more consistent with t
bbudge 2015/07/06 23:59:04 How about SIMD_VALUE, since SIMD is more of an adj
rossberg 2015/07/08 11:19:37 Fine with me.
NUMBER_OF_TYPES
};

Powered by Google App Engine
This is Rietveld 408576698