Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: src/third_party/fdlibm/fdlibm.h

Issue 786823003: Implement Math.log2 via ported extract from fdlibm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comments Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/third_party/fdlibm/fdlibm.h
diff --git a/src/third_party/fdlibm/fdlibm.h b/src/third_party/fdlibm/fdlibm.h
index e2a61c85833bdddc38eed2a5792b86d4cf46719a..c7bc09a1b89cefbf84e9ac6bf1c5577b0191f9e8 100644
--- a/src/third_party/fdlibm/fdlibm.h
+++ b/src/third_party/fdlibm/fdlibm.h
@@ -23,7 +23,7 @@ int rempio2(double x, double* y);
// Constants to be exposed to builtins via Float64Array.
struct MathConstants {
- static const double constants[56];
+ static const double constants[66];
};
}
} // namespace v8::internal
« no previous file with comments | « src/math.js ('k') | src/third_party/fdlibm/fdlibm.cc » ('j') | src/third_party/fdlibm/fdlibm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698