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

Unified Diff: src/objects.h

Issue 1160443009: Add SIMD.Float32x4 functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix compile. 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/objects.h
diff --git a/src/objects.h b/src/objects.h
index 582038cca64ea6cd8e8ae83ced0b43ec80968d0a..b3b3ba02348a7ee82f707726fb92e7a0326356fb 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -952,8 +952,8 @@ template <class C> inline bool Is(Object* obj);
V(FixedFloat32Array) \
V(FixedFloat64Array) \
V(FixedUint8ClampedArray) \
- V(Float32x4) \
V(ByteArray) \
+ V(Float32x4) \
V(FreeSpace) \
V(JSReceiver) \
V(JSObject) \
« src/harmony-simd.js ('K') | « src/harmony-simd.js ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698