Chromium Code Reviews

Unified Diff: src/v8.gyp

Issue 2294743003: [wasm] simd scalar lowering F32x4Add and I32x4Add (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [wasm] simd scalar lowering F32x4Add and I32x4Add Created 4 years, 2 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 2e2b3616ae77d9ee45f0d5d599503fa12a635ccd..ddfb760aeb3890f9e8a390157b01fb65e82972b6 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -699,6 +699,8 @@
'compiler/scheduler.h',
'compiler/select-lowering.cc',
'compiler/select-lowering.h',
+ 'compiler/simd-scalar-lowering.cc',
+ 'compiler/simd-scalar-lowering.h',
'compiler/simplified-lowering.cc',
'compiler/simplified-lowering.h',
'compiler/simplified-operator-reducer.cc',

Powered by Google App Engine