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

Unified Diff: src/types.cc

Issue 1250733005: SIMD.js Add the other SIMD Phase 1 types. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Don't run downloaded SIMD value type tests. Created 5 years, 4 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/runtime/runtime-simd.cc ('k') | src/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index 302ac01573b3322496227db85b6e77aab5cc36d5..0087b9f231f8e162eb09ee1387c276f2a14bd08d 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -229,6 +229,12 @@ TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
case HEAP_NUMBER_TYPE:
return kNumber & kTaggedPointer;
case FLOAT32X4_TYPE:
+ case INT32X4_TYPE:
+ case BOOL32X4_TYPE:
+ case INT16X8_TYPE:
+ case BOOL16X8_TYPE:
+ case INT8X16_TYPE:
+ case BOOL8X16_TYPE:
// TODO(bbudge): Add type bits for SIMD value types.
return kAny;
case JS_VALUE_TYPE:
« no previous file with comments | « src/runtime/runtime-simd.cc ('k') | src/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698