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

Unified Diff: src/compiler/opcodes.h

Issue 2827143002: [WASM SIMD] Remove opcodes that are slow on some platforms. (Closed)
Patch Set: Remove stray tests. Created 3 years, 8 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/compiler/mips64/instruction-selector-mips64.cc ('k') | src/compiler/simd-scalar-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 18736a1f5627f1286e2dffd4ebbe5718f50beb7d..bd5f91ce3fbe8f3c539e6bd665b39bdfeb852e99 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -575,19 +575,13 @@
V(F32x4UConvertI32x4) \
V(F32x4Abs) \
V(F32x4Neg) \
- V(F32x4Sqrt) \
V(F32x4RecipApprox) \
V(F32x4RecipSqrtApprox) \
V(F32x4Add) \
V(F32x4Sub) \
V(F32x4Mul) \
- V(F32x4Div) \
V(F32x4Min) \
V(F32x4Max) \
- V(F32x4MinNum) \
- V(F32x4MaxNum) \
- V(F32x4RecipRefine) \
- V(F32x4RecipSqrtRefine) \
V(F32x4Eq) \
V(F32x4Ne) \
V(F32x4Lt) \
« no previous file with comments | « src/compiler/mips64/instruction-selector-mips64.cc ('k') | src/compiler/simd-scalar-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698