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

Unified Diff: src/compiler/code-assembler.h

Issue 2073123002: [builtins] Introduce proper Float64Cos and Float64Sin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
Index: src/compiler/code-assembler.h
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
index 97a979f2e751a7cd2737038cac9eb69d80c77648..c53093fe52d8027bea8e8d51e8cafc68cae56f84 100644
--- a/src/compiler/code-assembler.h
+++ b/src/compiler/code-assembler.h
@@ -109,6 +109,7 @@ class Schedule;
#define CODE_ASSEMBLER_UNARY_OP_LIST(V) \
V(Float64Atan) \
V(Float64Atanh) \
+ V(Float64Cos) \
V(Float64Exp) \
V(Float64Expm1) \
V(Float64Log) \
@@ -117,6 +118,7 @@ class Schedule;
V(Float64Log10) \
V(Float64Cbrt) \
V(Float64Neg) \
+ V(Float64Sin) \
V(Float64Sqrt) \
V(Float64ExtractLowWord32) \
V(Float64ExtractHighWord32) \

Powered by Google App Engine
This is Rietveld 408576698