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

Unified Diff: src/compiler/opcodes.h

Issue 2729943002: [WASM] Implement remaining F32x4 operations for ARM. (Closed)
Patch Set: All FP operations except MinNum, MaxNum, Div, Sqrt. Created 3 years, 10 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/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 92cf64cdeb6c47df1900762753879aced8d191f8..accb870467968a1937debe03ff934cb81da33afb 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -571,6 +571,8 @@
V(Float32x4Max) \
V(Float32x4MinNum) \
V(Float32x4MaxNum) \
+ V(Float32x4RecipRefine) \
+ V(Float32x4RecipSqrtRefine) \
V(Float32x4Equal) \
V(Float32x4NotEqual) \
V(Float32x4LessThan) \

Powered by Google App Engine
This is Rietveld 408576698