Chromium Code Reviews| Index: third_party/fdlibm/README.v8 |
| diff --git a/third_party/fdlibm/README.v8 b/third_party/fdlibm/README.v8 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5e3e3cb2d3108798a6820d2893f1d2bd8bd4ae3e |
| --- /dev/null |
| +++ b/third_party/fdlibm/README.v8 |
| @@ -0,0 +1,19 @@ |
| +Name: Freely Distributable LIBM |
| +Short Name: fdlibm |
| +URL: http://www.netlib.org/fdlibm/ |
| +Version: 5.3 |
| +License: Freely Distributable. |
| +License File: LICENSE. |
| +Security Critical: yes. |
| +License Android Compatible: yes. |
| + |
| +Description: |
| +This is used to provide a precise implementation for trigonometric functions |
|
Raymond Toy
2014/07/30 19:55:05
I think "accurate" is the correct word here, not p
Yang
2014/08/01 07:29:56
Done.
|
| +used in V8. |
| + |
| +Local Modifications: |
| +For the use in V8, fdlibm has been reduced to include only sine, cosine and |
| +tangent. To make inlining into generated code possible, a large portion of |
| +that has been translated to Javascript. The rest remains in C, but has been |
| +refactored and reformatted to interoperate with the rest of V8. |
| + |