Skip to content

Commit 115c01a

Browse files
committed
Add WebKit 32-bit bug
1 parent 5735138 commit 115c01a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/native_math_bugs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
* [Observability of distinguishable NaNs][@bug:esdiscuss:2013-03-20]
4141
* [After 10 years, Mozilla updates `Math.random`][@bug:mozilla:322529]
4242
* [WebKit bug to use a better PRNG][@bug:webkit:151641]
43+
* [WebKit 32-bit Math bug][@bug:webkit:40367]
4344

4445

45-
* [Mobile Safari 32bit Math bug][26]
4646
* [Mozilla optimizations break commutativity][27]
4747
* [Mozilla debate on speed versus precision][28]
4848
* [Division bug to due C library delegation][29]
@@ -97,14 +97,14 @@
9797
[@bug:esdiscuss:2013-03-20]: https://esdiscuss.org/topic/observability-of-nan-distinctions-is-this-a-concern
9898
[@bug:mozilla:322529]: https://bugzilla.mozilla.org/show_bug.cgi?id=322529
9999
[@bug:webkit:151641]: https://bugs.webkit.org/show_bug.cgi?id=151641
100+
[@bug:webkit:40367]: https://bugs.webkit.org/show_bug.cgi?id=40367
100101

101102

102103
[v8-issue-tracker]: https://bugs.chromium.org/p/v8/issues/list?can=1&q=math&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20HW%20OS%20Component%20Stars&num=100&start=100
103104
[webkit-issue-tracker]: https://bugs.webkit.org/buglist.cgi?quicksearch=math
104105
[mozilla-issue-tracker]: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=math
105106

106107

107-
[26]: https://bugs.webkit.org/show_bug.cgi?id=40367
108108
[27]: https://bugzilla.mozilla.org/show_bug.cgi?id=969203#c8
109109
[28]: https://bugzilla.mozilla.org/show_bug.cgi?id=967709
110110
[29]: https://bugzilla.mozilla.org/show_bug.cgi?id=948321

docs/references/bugs.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,12 @@ @misc{bug:webkit:151641
317317
year = {2015}
318318
}
319319

320+
@misc{bug:webkit:40367,
321+
abstract = {},
322+
keywords = {math, webkit, safari, 32-bit},
323+
notes = {},
324+
title = {{Math JavaScript Bug on Safari 5 (webkit 533.16) under "32bit" mode}},
325+
url = {https://bugs.webkit.org/show_bug.cgi?id=40367},
326+
year = {2010}
327+
}
328+

0 commit comments

Comments
 (0)