Define a log2f() function for Windows in wtf/MathExtras.h
Created attachment 109893 [details] Patch
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.
Comment on attachment 109893 [details] Patch Clearing flags on attachment: 109893 Committed r96780: <http://trac.webkit.org/changeset/96780>
All reviewed patches have been landed. Closing bug.