diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-15 09:33:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-15 09:33:04 +0000 |
commit | 6183d906dd822337dec18dd1f48209dfd17127bd (patch) | |
tree | 23fe554ffcdecf0ae3b5879155c28b17766ea441 /sysdeps/ia64/fpu/e_cosh.S | |
parent | a19fc30a4be27a24065b9a53b98042b73ff51b69 (diff) | |
download | glibc-6183d906dd822337dec18dd1f48209dfd17127bd.tar.gz glibc-6183d906dd822337dec18dd1f48209dfd17127bd.tar.xz glibc-6183d906dd822337dec18dd1f48209dfd17127bd.zip |
Updated to fedora-glibc-20050415T0909 cvs/fedora-glibc-2_3_5-1
Diffstat (limited to 'sysdeps/ia64/fpu/e_cosh.S')
-rw-r--r-- | sysdeps/ia64/fpu/e_cosh.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/e_cosh.S b/sysdeps/ia64/fpu/e_cosh.S index 38bd80e146..885456b389 100644 --- a/sysdeps/ia64/fpu/e_cosh.S +++ b/sysdeps/ia64/fpu/e_cosh.S @@ -1,7 +1,7 @@ .file "cosh.s" -// Copyright (c) 2000 - 2002, Intel Corporation +// Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // // Contributed 2000 by the Intel Numerics Group, Intel Corporation @@ -46,6 +46,7 @@ // 05/07/01 Reworked to improve speed of all paths // 05/20/02 Cleaned up namespace and sf0 syntax // 11/15/02 Improved speed with new algorithm +// 03/31/05 Reformatted delimiters between data tables // API //============================================================== |