diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-19 14:45:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-19 14:45:41 +0000 |
commit | db62a9075305963281572cb990d1c766948bae7b (patch) | |
tree | 4e0917803301441db899bb45a674c7fefb280a0e /math/README.libm-test | |
parent | f16cc3eb810be5419aa2fc07d6e05f93624df9ce (diff) | |
download | glibc-db62a9075305963281572cb990d1c766948bae7b.zip glibc-db62a9075305963281572cb990d1c766948bae7b.tar.gz glibc-db62a9075305963281572cb990d1c766948bae7b.tar.bz2 |
Handle sincos with generic libm-test logic.
Diffstat (limited to 'math/README.libm-test')
-rw-r--r-- | math/README.libm-test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/README.libm-test b/math/README.libm-test index cea0392..a083a6d 100644 --- a/math/README.libm-test +++ b/math/README.libm-test @@ -103,8 +103,3 @@ The accepted parameter types are: - "L" for long long int. - "F" for the address of a FLOAT (only as input parameter) - "I" for the address of an int (only as input parameter) - -Some functions need special handling. For example gamma sets the -global variable signgam and frexp takes an argument to &int. This -special treatment is coded in "gen-libm-test.pl" and used while -parsing "libm-test.inc". |