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

Unified Diff: src/compiler/opcodes.h

Issue 2065503002: [builtins] Introduce proper Float64Atan and Float64Atan2 operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [WIP] Fix GCC/Win32. Created 4 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
« no previous file with comments | « src/compiler/mips64/instruction-selector-mips64.cc ('k') | src/compiler/raw-machine-assembler.h » ('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 cb69f4aaee0ecfbc1e3d4f2fcdc58fa9bac3ff59..2f608584878b8a06c6760c7c48c6777ec6c8fbe3 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -197,6 +197,8 @@
V(NumberClz32) \
V(NumberCeil) \
V(NumberFloor) \
+ V(NumberAtan) \
+ V(NumberAtan2) \
V(NumberLog) \
V(NumberLog1p) \
V(NumberRound) \
@@ -356,6 +358,8 @@
V(Float64Max) \
V(Float64Min) \
V(Float64Abs) \
+ V(Float64Atan) \
+ V(Float64Atan2) \
V(Float64Log) \
V(Float64Log1p) \
V(Float64Sqrt) \
« no previous file with comments | « src/compiler/mips64/instruction-selector-mips64.cc ('k') | src/compiler/raw-machine-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698