Skip to content

Commit eacc4fd

Browse files
committed
Add fastmath feature request
1 parent 9688ca1 commit eacc4fd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/native_math_bugs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* [WebKit `Math.random` repeat values in separate workers][@bug:webkit:36673]
3131
* [Predictable `Math.random` in WebKit][@bug:webkit:26972]
3232
* [Predictable `Math.random` in WebKit][@bug:chromium:246054]
33+
* [Desire for fastmath implementations][@bug:mozilla:681357]
3334

3435

3536
* [Webkit switched to weak PRNG for speed][18]
@@ -85,6 +86,7 @@
8586
[@bug:webkit:36673]: https://bugs.webkit.org/show_bug.cgi?id=36673
8687
[@bug:webkit:26972]: https://bugs.webkit.org/show_bug.cgi?id=26972
8788
[@bug:chromium:246054]: https://bugs.chromium.org/p/chromium/issues/detail?id=246054
89+
[@bug:mozilla:681357]: https://bugzilla.mozilla.org/show_bug.cgi?id=681357
8890

8991
[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
9092
[webkit-issue-tracker]: https://bugs.webkit.org/buglist.cgi?quicksearch=math

docs/references/bugs.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,12 @@ @misc{bug:chromium:246054
227227
year = {2013}
228228
}
229229

230+
@misc{bug:mozilla:681357,
231+
abstract = {It may be a good idea to implement fast (low precision) math functions in the platform and make them accessible via Javascript. This would be of great use in WebGL environments where performance is critical, but also in many other scenarios. An example of a fast math function is the "fast inverse square root", very popular from games like Quake 3. Other suggestions include: fast square root, sin, log2, pow2 and binomial coefficient (each of those being highly used in various 3D and 2D drawing algorithms).},
232+
keywords = {math, javascript, mozilla, firefox, fastmath, fast, precision},
233+
notes = {},
234+
title = {{Fast math functions accessible with Javascript}},
235+
url = {https://bugzilla.mozilla.org/show_bug.cgi?id=681357},
236+
year = {2011}
237+
}
238+

0 commit comments

Comments
 (0)