Chromium Code Reviews

Unified Diff: src/types.cc

Issue 1241533004: Revert of Expose SIMD.Float32x4 type to Javascript. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/type-info.cc ('k') | src/x64/code-stubs-x64.cc » ('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 6bbf655b164ea97976ab25fde4249d8827b795ed..1c6b84e2dc67da07ce3c809810b163bf306e2ca1 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -228,9 +228,6 @@
}
case HEAP_NUMBER_TYPE:
return kNumber & kTaggedPointer;
- case FLOAT32X4_TYPE:
- // TODO(bbudge): Add type bits for SIMD value types.
- return kAny;
case JS_VALUE_TYPE:
case JS_DATE_TYPE:
case JS_OBJECT_TYPE:
« no previous file with comments | « src/type-info.cc ('k') | src/x64/code-stubs-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine