DescriptionX87: [builtins] Introduce proper Float64Atan and Float64Atan2 operators.
port 89d8c57b9c3b29e7977b13f0a9eed6bd8fb6772d (r36916)
original commit message:
Import base::ieee754::atan() and base::ieee754::atan2() from fdlibm and
introduce Float64Atan and Float64Atan2 TurboFan operators based on those,
similar to what we already did for Float64Log and Float64Log1p. Rewrite
Math.atan() and Math.atan2() as TurboFan builtin and use the operators
to also inline Math.atan() and Math.atan2() into optimized TurboFan functions.
BUG=
Committed: https://crrev.com/4953b17c52df8ba6c9e07058e5dd0e3123f31481
Cr-Commit-Position: refs/heads/master@{#37262}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|