DescriptionX87: [builtins] Introduce proper Float64Tan operator.
port c87168bc8c76cd491f72eb847a962dec2e5ff1fd (r37087)
original commit message:
Import base::ieee754::tan() from fdlibm and introduce Float64Tan TurboFan
operator based on that, similar to what we do for Float64Cos and Float64Sin.
Rewrite Math.tan() as TurboFan builtin and use those operators to also
inline Math.tan() into optimized TurboFan functions.
Drive-by-fix: Kill the %_ConstructDouble intrinsics, and provide only
the %ConstructDouble runtime entry for writing tests.
BUG=
Committed: https://crrev.com/d944015623582bf3c8f7e25fcb1e400a315311b9
Cr-Commit-Position: refs/heads/master@{#37313}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|