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

Side by Side Diff: src/third_party/fdlibm/README.v8

Issue 638553003: Move fdlibm in src/third_party. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix gn Created 6 years, 2 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/third_party/fdlibm/LICENSE ('k') | src/third_party/fdlibm/fdlibm.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Freely Distributable LIBM 1 Name: Freely Distributable LIBM
2 Short Name: fdlibm 2 Short Name: fdlibm
3 URL: http://www.netlib.org/fdlibm/ 3 URL: http://www.netlib.org/fdlibm/
4 Version: 5.3 4 Version: 5.3
5 License: Freely Distributable. 5 License: Freely Distributable.
6 License File: LICENSE. 6 License File: LICENSE.
7 Security Critical: yes. 7 Security Critical: yes.
8 License Android Compatible: yes. 8 License Android Compatible: yes.
9 9
10 Description: 10 Description:
11 This is used to provide a accurate implementation for trigonometric functions 11 This is used to provide a accurate implementation for trigonometric functions
12 used in V8. 12 used in V8.
13 13
14 Local Modifications: 14 Local Modifications:
15 For the use in V8, fdlibm has been reduced to include only sine, cosine and 15 For the use in V8, fdlibm has been reduced to include only sine, cosine and
16 tangent. To make inlining into generated code possible, a large portion of 16 tangent. To make inlining into generated code possible, a large portion of
17 that has been translated to Javascript. The rest remains in C, but has been 17 that has been translated to Javascript. The rest remains in C, but has been
18 refactored and reformatted to interoperate with the rest of V8. 18 refactored and reformatted to interoperate with the rest of V8.
OLDNEW
« no previous file with comments | « src/third_party/fdlibm/LICENSE ('k') | src/third_party/fdlibm/fdlibm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698