Commit 3ee1ea7
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é <contact.9a5d6388@renegade334.me.uk>
Refs: https://gcc.gnu.org/pipermail/libstdc++/2023-February/055493.html
Refs: #61898
Change-Id: I4587e14525cae68a05eda03c36b0af40759d9b64
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7666244
Commit-Queue: Joyee Cheung <joyee@igalia.com>
Reviewed-by: Jakob Linke <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/main@{#105884}
Refs: v8/v8@d83f479
PR-URL: #61898
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
(cherry picked from commit d40be95)1 parent 80907c0 commit 3ee1ea7Copy full SHA for 3ee1ea7
2 files changed
+2-2Lines changed: 2 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src/objects
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
deps/v8/src/objects/js-duration-format.cc
Copy file name to clipboardExpand all lines: deps/v8/src/objects/js-duration-format.cc+1-1Lines changed: 1 addition & 1 deletion
| 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