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

Unified Diff: src/compiler/opcodes.h

Issue 1973493003: [turbofan] Introduce new operators Float32SubPreserveNan and Float64SubPreserveNan for wasm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 525b3cd9e29352c574c60e5ce1ed9525d15005da..142f29a64f36c0a9e3f744285cbe8058e7410c23 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -317,6 +317,7 @@
V(BitcastInt64ToFloat64) \
V(Float32Add) \
V(Float32Sub) \
+ V(Float32SubPreserveNan) \
V(Float32Mul) \
V(Float32Div) \
V(Float32Max) \
@@ -326,6 +327,7 @@
V(Float32RoundDown) \
V(Float64Add) \
V(Float64Sub) \
+ V(Float64SubPreserveNan) \
V(Float64Mul) \
V(Float64Div) \
V(Float64Mod) \

Powered by Google App Engine
This is Rietveld 408576698