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

Unified Diff: src/contexts.h

Issue 1294513004: [simd.js] Update to spec version 0.8.2. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Latest SIMD.js Spec. 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 | « include/v8.h ('k') | src/harmony-simd.js » ('j') | test/simdjs/testcfg.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 9e6fc0e4f5e3ed362aa92e6e19c3b9a9c0d7f78e..182a2cc7083ffc0d337b46bf601387dd05a6e4d7 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -83,10 +83,13 @@ enum BindingFlags {
V(SYMBOL_FUNCTION_INDEX, JSFunction, symbol_function) \
V(FLOAT32X4_FUNCTION_INDEX, JSFunction, float32x4_function) \
V(INT32X4_FUNCTION_INDEX, JSFunction, int32x4_function) \
+ V(UINT32X4_FUNCTION_INDEX, JSFunction, uint32x4_function) \
V(BOOL32X4_FUNCTION_INDEX, JSFunction, bool32x4_function) \
V(INT16X8_FUNCTION_INDEX, JSFunction, int16x8_function) \
+ V(UINT16X8_FUNCTION_INDEX, JSFunction, uint16x8_function) \
V(BOOL16X8_FUNCTION_INDEX, JSFunction, bool16x8_function) \
V(INT8X16_FUNCTION_INDEX, JSFunction, int8x16_function) \
+ V(UINT8X16_FUNCTION_INDEX, JSFunction, uint8x16_function) \
V(BOOL8X16_FUNCTION_INDEX, JSFunction, bool8x16_function) \
V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
V(JS_OBJECT_STRONG_MAP_INDEX, Map, js_object_strong_map) \
« no previous file with comments | « include/v8.h ('k') | src/harmony-simd.js » ('j') | test/simdjs/testcfg.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698