RESOLVED FIXED 69491
Define a log2f() function for Windows in wtf/MathExtras.h
https://bugs.webkit.org/show_bug.cgi?id=69491
Summary Define a log2f() function for Windows in wtf/MathExtras.h
Chris Rogers
Reported 2011-10-05 17:40:10 PDT
Define a log2f() function for Windows in wtf/MathExtras.h
Attachments
Patch (3.54 KB, patch)
2011-10-05 17:42 PDT, Chris Rogers
no flags
Chris Rogers
Comment 1 2011-10-05 17:42:11 PDT
Darin Adler
Comment 2 2011-10-05 17:50:00 PDT
Comment on attachment 109893 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109893&action=review > Source/JavaScriptCore/wtf/MathExtras.h:162 > + return logf(num) / 0.693147180559945309417232121458176568f; Probably don’t need quite this many digits, but since I don’t know how many we do need, guess we should leave it like this.
WebKit Review Bot
Comment 3 2011-10-05 19:03:27 PDT
Comment on attachment 109893 [details] Patch Clearing flags on attachment: 109893 Committed r96780: <http://trac.webkit.org/changeset/96780>
WebKit Review Bot
Comment 4 2011-10-05 19:03:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.