Commit cdd757c
deps: V8: cherry-pick d83f479604c8
Original commit message:
Fix compilation for older version of libstdc++
On older versions of libstdc++, cmath didn't expose std::powl.
Use std::pow instead.
Co-Authored-By: René <[email protected]>
Refs: https://gcc.gnu.org/pipermail/libstdc++/2023-February/055493.html
Refs: nodejs#61898
Change-Id: I4587e14525cae68a05eda03c36b0af40759d9b64
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7666244
Commit-Queue: Joyee Cheung <[email protected]>
Reviewed-by: Jakob Linke <[email protected]>
Cr-Commit-Position: refs/heads/main@{#105884}
Refs: v8/v8@d83f4791 parent 02055ef commit cdd757c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
| 810 | + | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| |||
0 commit comments