]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
authorRoland McGrath <roland@gnu.org>
Tue, 5 Apr 2005 22:34:36 +0000 (22:34 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 5 Apr 2005 22:34:36 +0000 (22:34 +0000)
(comment changes only).
* sysdeps/ia64/fpu/e_acoshl.S: Likewise.
* sysdeps/ia64/fpu/e_atanh.S: Likewise.
* sysdeps/ia64/fpu/e_cosh.S: Likewise.
* sysdeps/ia64/fpu/e_coshf.S: Likewise.
* sysdeps/ia64/fpu/e_exp.S: Likewise.
* sysdeps/ia64/fpu/e_exp10.S: Likewise.
* sysdeps/ia64/fpu/e_exp10f.S: Likewise.
* sysdeps/ia64/fpu/e_exp2.S: Likewise.
* sysdeps/ia64/fpu/e_exp2f.S: Likewise.
* sysdeps/ia64/fpu/e_expf.S: Likewise.
* sysdeps/ia64/fpu/e_log.S: Likewise.
* sysdeps/ia64/fpu/e_logf.S: Likewise.
* sysdeps/ia64/fpu/e_pow.S: Likewise.
* sysdeps/ia64/fpu/e_powf.S: Likewise.
* sysdeps/ia64/fpu/e_sinh.S: Likewise.
* sysdeps/ia64/fpu/e_sinhf.S: Likewise.
* sysdeps/ia64/fpu/libm_error.c: Likewise.
* sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
* sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
* sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
* sysdeps/ia64/fpu/libm_sincos.S: Likewise.
* sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
* sysdeps/ia64/fpu/s_asinh.S: Likewise.
* sysdeps/ia64/fpu/s_atanl.S: Likewise.
* sysdeps/ia64/fpu/s_cos.S: Likewise.
* sysdeps/ia64/fpu/s_cosf.S: Likewise.
* sysdeps/ia64/fpu/s_erf.S: Likewise.
* sysdeps/ia64/fpu/s_erfc.S: Likewise.
* sysdeps/ia64/fpu/s_erfcf.S: Likewise.
* sysdeps/ia64/fpu/s_erfcl.S: Likewise.
* sysdeps/ia64/fpu/s_erff.S: Likewise.
* sysdeps/ia64/fpu/s_expm1.S: Likewise.
* sysdeps/ia64/fpu/s_expm1f.S: Likewise.
* sysdeps/ia64/fpu/s_log1p.S: Likewise.
* sysdeps/ia64/fpu/s_tanf.S: Likewise.
* sysdeps/ia64/fpu/s_tanh.S: Likewise.
* sysdeps/ia64/fpu/s_tanhf.S: Likewise.
* sysdeps/ia64/fpu/w_tgamma.S: Likewise.
* sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
* sysdeps/ia64/fpu/w_tgammal.S: Likewise.

42 files changed:
ChangeLog
sysdeps/ia64/fpu/e_acosh.S
sysdeps/ia64/fpu/e_acoshl.S
sysdeps/ia64/fpu/e_atanh.S
sysdeps/ia64/fpu/e_cosh.S
sysdeps/ia64/fpu/e_coshf.S
sysdeps/ia64/fpu/e_exp.S
sysdeps/ia64/fpu/e_exp10.S
sysdeps/ia64/fpu/e_exp10f.S
sysdeps/ia64/fpu/e_exp2.S
sysdeps/ia64/fpu/e_exp2f.S
sysdeps/ia64/fpu/e_expf.S
sysdeps/ia64/fpu/e_log.S
sysdeps/ia64/fpu/e_logf.S
sysdeps/ia64/fpu/e_pow.S
sysdeps/ia64/fpu/e_powf.S
sysdeps/ia64/fpu/e_sinh.S
sysdeps/ia64/fpu/e_sinhf.S
sysdeps/ia64/fpu/libm_error.c
sysdeps/ia64/fpu/libm_lgamma.S
sysdeps/ia64/fpu/libm_lgammaf.S
sysdeps/ia64/fpu/libm_lgammal.S
sysdeps/ia64/fpu/libm_sincos.S
sysdeps/ia64/fpu/libm_sincosf.S
sysdeps/ia64/fpu/s_asinh.S
sysdeps/ia64/fpu/s_atanl.S
sysdeps/ia64/fpu/s_cos.S
sysdeps/ia64/fpu/s_cosf.S
sysdeps/ia64/fpu/s_erf.S
sysdeps/ia64/fpu/s_erfc.S
sysdeps/ia64/fpu/s_erfcf.S
sysdeps/ia64/fpu/s_erfcl.S
sysdeps/ia64/fpu/s_erff.S
sysdeps/ia64/fpu/s_expm1.S
sysdeps/ia64/fpu/s_expm1f.S
sysdeps/ia64/fpu/s_log1p.S
sysdeps/ia64/fpu/s_tanf.S
sysdeps/ia64/fpu/s_tanh.S
sysdeps/ia64/fpu/s_tanhf.S
sysdeps/ia64/fpu/w_tgamma.S
sysdeps/ia64/fpu/w_tgammaf.S
sysdeps/ia64/fpu/w_tgammal.S

index 278c16839e573738e2f1b4a9cfe5ac68a5551560..376f8ed38a7f329e05a4cf836ba5ca70a45a42da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
+       (comment changes only).
+       * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
+       * sysdeps/ia64/fpu/e_atanh.S: Likewise.
+       * sysdeps/ia64/fpu/e_cosh.S: Likewise.
+       * sysdeps/ia64/fpu/e_coshf.S: Likewise.
+       * sysdeps/ia64/fpu/e_exp.S: Likewise.
+       * sysdeps/ia64/fpu/e_exp10.S: Likewise.
+       * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
+       * sysdeps/ia64/fpu/e_exp2.S: Likewise.
+       * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
+       * sysdeps/ia64/fpu/e_expf.S: Likewise.
+       * sysdeps/ia64/fpu/e_log.S: Likewise.
+       * sysdeps/ia64/fpu/e_logf.S: Likewise.
+       * sysdeps/ia64/fpu/e_pow.S: Likewise.
+       * sysdeps/ia64/fpu/e_powf.S: Likewise.
+       * sysdeps/ia64/fpu/e_sinh.S: Likewise.
+       * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
+       * sysdeps/ia64/fpu/libm_error.c: Likewise.
+       * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
+       * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
+       * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
+       * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
+       * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
+       * sysdeps/ia64/fpu/s_asinh.S: Likewise.
+       * sysdeps/ia64/fpu/s_atanl.S: Likewise.
+       * sysdeps/ia64/fpu/s_cos.S: Likewise.
+       * sysdeps/ia64/fpu/s_cosf.S: Likewise.
+       * sysdeps/ia64/fpu/s_erf.S: Likewise.
+       * sysdeps/ia64/fpu/s_erfc.S: Likewise.
+       * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
+       * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
+       * sysdeps/ia64/fpu/s_erff.S: Likewise.
+       * sysdeps/ia64/fpu/s_expm1.S: Likewise.
+       * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
+       * sysdeps/ia64/fpu/s_log1p.S: Likewise.
+       * sysdeps/ia64/fpu/s_tanf.S: Likewise.
+       * sysdeps/ia64/fpu/s_tanh.S: Likewise.
+       * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
+       * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
+       * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
+       * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
+
 2005-04-05  Roland McGrath  <roland@redhat.com>
 
        * scripts/config.guess: Update from master, timestamp='2005-03-24'.
index b55a6ab43c0e5d9892d21667fa24c48439cf9f89..fb25fa00537f7831b7e42690ff288db559fba1e9 100644 (file)
@@ -1,7 +1,7 @@
 .file "acosh.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -45,6 +45,7 @@
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 02/06/03 Reordered header: .section, .global, .proc, .align
 // 05/14/03 Improved performance, set denormal flag for unorms >= 1.0
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 // ==============================================================
index 5eb2b3466b304772f1082381f9572ce5dabb2b3b..42e1f394ef3325da78db409aa1311cc91c203cfb 100644 (file)
@@ -1,7 +1,7 @@
 .file "acoshl.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -47,6 +47,7 @@
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 08/14/02 Changed mli templates to mlx
 // 02/06/03 Reorganized data tables
+// 03/31/05 Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
@@ -258,6 +259,7 @@ data8 0x9E34AF4D372861E0, 0x3FFB  // .77248925727776366270605984806795850504e-1
 data8 0xF3DC502AEE14C4AE, 0x3FA6  // .3077953476682583606615438814166025592e-26  
 LOCAL_OBJECT_END(Poly_P)
 
+//
 LOCAL_OBJECT_START(Poly_Q)
 data8 0xF76E3FD3C7680357, 0x3FF1  // .11798413344703621030038719253730708525e-3  
 data8 0xD107D2E7273263AE, 0x3FF7  // .63791065024872525660782716786703188820e-2  
index 5ae96dc90b7ce649e83c43abcd3dfab21b5a25b3..4ae5ee69269e4b551c43409f63dfc704cadc571f 100644 (file)
@@ -1,7 +1,7 @@
 .file "atanh.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -44,6 +44,7 @@
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 02/06/03  Reordered header: .section, .global, .proc, .align
 // 05/26/03  Improved performance, fixed to handle unorms
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 // ==============================================================
index 38bd80e1468b5f76a84ebbd5abf7756e5e819830..885456b389c8f0a53326b435c59e39375b37e167 100644 (file)
@@ -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
 //==============================================================
index 6d30064256d1c7e988accaa6f3b526f1d864446e..97cb4e1771ea655cbbe999cb36b749da33a9533e 100644 (file)
@@ -1,7 +1,7 @@
 .file "coshf.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
@@ -47,6 +47,7 @@
 // 05/07/01 Reworked to improve speed of all paths
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 11/15/02 Improved algorithm based on expf
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //*********************************************************************
index d22fd18b777fd1339f91b1e9399406287bb03cda..fcc247fb1a940bd5a00bf12052a773b53e041863 100644 (file)
@@ -1,7 +1,7 @@
 .file "exp.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -53,6 +53,7 @@
 // 09/07/02 Force inexact flag
 // 11/15/02 Split underflow path into zero/nonzero; eliminated fma in main path
 // 05/30/03 Set inexact flag on unmasked overflow/underflow
+// 03/31/05 Reformatted delimiters between data tables
 
 // API
 //==============================================================
index 6bfc21879dbfaba9927c6ff715ae3f1793c2a385..eafa59dd7c769956195db31a66c25e9d0d06d5db 100644 (file)
@@ -1,7 +1,7 @@
 .file "exp10.s"
 
 
-// Copyright (c) 2000 - 2004, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -44,6 +44,7 @@
 // 09/06/02 Improved performance; no inexact flags on exact cases
 // 01/29/03 Added missing } to bundle templates
 // 12/16/04 Call error handling on underflow.
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
@@ -203,7 +204,6 @@ data8 0x8245cd9ab2cec048, 0x825c62a423d13f0c
 data8 0x8272fb97b2a5894c, 0x828998760d01faf3
 data8 0x82a0393fe0bb0ca8, 0x82b6ddf5dbc35906
 //
-//
 // 2^{0.b1 b2 b3 b4 b5}
 data8 0x8000000000000000, 0x82cd8698ac2ba1d7
 data8 0x85aac367cc487b14, 0x88980e8092da8527
index 46615e98fffccbbb3c3d181009153f51645da750..fa54e9039faae19da5d420added462fd33116b65 100644 (file)
@@ -1,7 +1,7 @@
 .file "exp10f.s"
 
 
-// Copyright (c) 2000 - 2004, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -44,6 +44,7 @@
 // 09/06/02 Improved performance and accuracy; no inexact flags on exact cases
 // 01/29/03 Added missing } to bundle templates
 // 12/16/04 Call error handling on underflow.
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
@@ -193,7 +194,6 @@ data8 0x8245cd9ab2cec048, 0x825c62a423d13f0c
 data8 0x8272fb97b2a5894c, 0x828998760d01faf3
 data8 0x82a0393fe0bb0ca8, 0x82b6ddf5dbc35906
 //
-//
 // 2^{0.b1 b2 b3 b4 b5}
 data8 0x8000000000000000, 0x82cd8698ac2ba1d7
 data8 0x85aac367cc487b14, 0x88980e8092da8527
index 46fca2d3cd2f9890a07e4442965274cf76aa8388..54f652e384d9672de715e2aa0fa68de8dbee8241 100644 (file)
@@ -1,7 +1,7 @@
 .file "exp2.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -43,6 +43,7 @@
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 09/05/02  Improved performance
 // 01/17/03  Fixed to call error support when x=1024.0
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================
@@ -204,7 +205,6 @@ data8 0x8245cd9ab2cec048, 0x825c62a423d13f0c
 data8 0x8272fb97b2a5894c, 0x828998760d01faf3
 data8 0x82a0393fe0bb0ca8, 0x82b6ddf5dbc35906
 //
-//
 // 2^{0.b1 b2 b3 b4 b5}
 data8 0x8000000000000000, 0x82cd8698ac2ba1d7
 data8 0x85aac367cc487b14, 0x88980e8092da8527
index 8ee600c55450ade267cc7a1457c56d9558646f4a..36354ae3bdbf39349a19d4ba85ca01f83d55f121 100644 (file)
@@ -1,7 +1,7 @@
 .file "exp2f.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -43,6 +43,7 @@
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 09/05/02  Improved performance and accuracy
 // 01/17/03  Fixed to call error support when x=128.0
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================
@@ -198,7 +199,6 @@ data8 0x8245cd9ab2cec048, 0x825c62a423d13f0c
 data8 0x8272fb97b2a5894c, 0x828998760d01faf3
 data8 0x82a0393fe0bb0ca8, 0x82b6ddf5dbc35906
 //
-//
 // 2^{0.b1 b2 b3 b4 b5}
 data8 0x8000000000000000, 0x82cd8698ac2ba1d7
 data8 0x85aac367cc487b14, 0x88980e8092da8527
index 3dc0ba9bf6f9ce565dd5a061e802a36a75506cf2..6fe0a833e2fa38ef3f1f94bcaa8fc1e06dcef6ab 100644 (file)
@@ -1,7 +1,7 @@
 .file "expf.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -53,6 +53,7 @@
 //          corrected
 // 11/15/02 Improved performance on Itanium 2, added possible over/under paths
 // 05/30/03 Set inexact flag on unmasked overflow/underflow
+// 03/31/05 Reformatted delimiters between data tables
 //
 //
 // API
index 7b277f8a40ded4008fd8c0e3ded5a68a40a5e4a7..c644c6f8f7957c3ef2807a7469beabc0257b1adc 100644 (file)
@@ -1,7 +1,7 @@
 .file "log.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
@@ -51,6 +51,7 @@
 // 05/23/02 Modified algorithm. Now only one polynomial is used
 //          for |x-1| >= 1/256 and for |x-1| < 1/256
 // 12/11/02 Improved performance for Itanium 2
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 186edab5016d2b478491d54ee4de9d9882cd4117..3d11a296cc4a2a91e62d0b2275bc0c455e310144 100644 (file)
@@ -1,7 +1,7 @@
 .file "logf.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -47,6 +47,7 @@
 // 05/23/02 Modified algorithm. Now only one polynomial is used
 //          for |x-1| >= 1/256 and for |x-1| < 1/256
 // 02/10/03 Reordered header: .section, .global, .proc, .align
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 86005f2f59001fb04820fd38cec7e7a1f81f61a7..89449c79ec01d6097f6b72186ee413e755f632ee 100644 (file)
@@ -1,7 +1,7 @@
 .file "pow.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -66,6 +66,7 @@
 // 08/29/02 Improved Itanium 2 performance
 // 09/21/02 Added branch for |y*log(x)|<2^-11 to fix monotonicity problems.
 // 02/10/03 Reordered header: .section, .global, .proc, .align
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 4c839cba712e1d93990f2289e1a9590ff1e804e4..1406a94b655ae998d5fff85d68924bf0d38b1498 100644 (file)
@@ -1,7 +1,7 @@
 .file "powf.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -66,6 +66,7 @@
 // 02/10/03 Reordered header: .section, .global, .proc, .align
 // 10/09/03 Modified algorithm to improve performance, reduce table size, and
 //          fix boundary case powf(2.0,-150.0)
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 5910d4aef98208ca09b063f978a56491f8607b70..f60907b72b8401afa865079c11a53ed071c378f8 100644 (file)
@@ -1,7 +1,7 @@
 .file "sinh.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
@@ -48,6 +48,7 @@
 // 05/02/01 Reworked to improve speed of all paths
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 11/20/02 Improved speed with new algorithm
+// 03/31/05 Reformatted delimiters between data tables
 
 // API
 //==============================================================
index d01d8307347b9354058160f1b9a28651358b1d28..6d808cb47857a39cf47d8c889f9230715d89a5ee 100644 (file)
@@ -1,7 +1,7 @@
 .file "sinhf.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
@@ -48,6 +48,7 @@
 // 05/02/01 Reworked to improve speed of all paths
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 11/20/02 Improved algorithm based on expf
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //*********************************************************************
index a7f9daefa02402a99e633552246ac802a1103fcb..24fb406a53e47533e2869a719ef42a90542592d9 100644 (file)
@@ -1,7 +1,7 @@
 /* file: libm_error.c */
 
 
-// Copyright (c) 2000 - 2004, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -85,6 +85,7 @@
 //           nextafter_underflow, nexttoward_overflow, nexttoward_underflow.  
 //           Added ISOC to set errno for nextafter and nexttoward underflow.
 // 12/15/04: Corrected POSIX behavior for exp, exp2, and exp10 underflow.
+// 03/31/05: Added missing ALIGNIT statement to 6 float constants.
 
 #include <errno.h>
 #include <stdio.h>
@@ -163,11 +164,17 @@ struct exceptionl excl;
 
 #define STATIC static
 
+ALIGNIT
 STATIC const char float_inf[4] = {0x00,0x00,0x80,0x7F};
+ALIGNIT
 STATIC const char float_huge[4] = {0xFF,0xFF,0x7F,0x7F};
+ALIGNIT
 STATIC const char float_zero[4] = {0x00,0x00,0x00,0x00};
+ALIGNIT
 STATIC const char float_neg_inf[4] = {0x00,0x00,0x80,0xFF};
+ALIGNIT
 STATIC const char float_neg_huge[4] = {0xFF,0xFF,0x7F,0xFF};
+ALIGNIT
 STATIC const char float_neg_zero[4] = {0x00,0x00,0x00,0x80};
 ALIGNIT
 STATIC const char double_inf[8] = {0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x7F};
index 0df1e4bc58b5b86e3ff81fbfba2c92921a5dae86..6096319ba5011642c5d19e8129ddaae3ffd71eae 100644 (file)
@@ -1,7 +1,7 @@
 .file "libm_lgamma.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -48,6 +48,7 @@
 // 10/21/02  Now it returns SIGN(GAMMA(x))=-1 for negative zero
 // 02/10/03  Reordered header: .section, .global, .proc, .align
 // 07/22/03  Reformatted some data tables
+// 03/31/05  Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
@@ -630,7 +631,7 @@ data8 0x7F5754D9278B51A8 // overflow boundary (first inf result)
 data8 0xAAAAAAAAAAAAAAAB,0x3FFB // W2=B2/2=1/12
 //
 data8 0x3FBC756AC654273B // Q8
-data8 0xBFC001A42489AB4D // Q7 ; 
+data8 0xBFC001A42489AB4D // Q7
 data8 0x3FC99999999A169B // Q4
 data8 0xBFD00000000019AC // Q3
 data8 0x3FC2492479AA0DF8 // Q6
index 04dcd63fa7b602bad0a0b47a7d999cbda08a8c1b..4bd92c3b267cda0f53d626d94dd266406a73e3b1 100644 (file)
@@ -1,7 +1,7 @@
 .file "libm_lgammaf.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -48,6 +48,7 @@
 // 10/21/02  Now it returns SIGN(GAMMA(x))=-1 for negative zero
 // 02/10/03  Reordered header: .section, .global, .proc, .align
 // 07/22/03  Reformatted some data tables
+// 03/31/05  Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
index 844c517785750b6ba03f922b31688b0aaca7fdea..407b3452cd3a4b980e524161737a71d8c90ca454 100644 (file)
@@ -1,7 +1,7 @@
 .file "libm_lgammal.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -46,6 +46,7 @@
 // 09/26/02  Algorithm description improved
 // 10/21/02  Now it returns SIGN(GAMMA(x))=-1 for negative zero
 // 02/10/03  Reordered header: .section, .global, .proc, .align
+// 03/31/05  Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
index 3475b6281bdbe44579c2530a1b102675eeccb8fa..7fda2afac4926c3de49fe5675f1c8cb8c0bc265b 100644 (file)
@@ -1,7 +1,7 @@
 .file "libm_sincos.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -48,6 +48,7 @@
 // 02/10/03 Reordered header: .section, .global, .proc, .align
 // 08/08/03 Improved performance
 // 02/11/04 cis is moved to the separate file.
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index fb12007af8b9f3a16e1401249fae00f97587cae9..cf23356ef44f3198cb6e985a70d8e72beadc6e60 100644 (file)
@@ -1,7 +1,7 @@
 .file "libm_sincosf.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -48,6 +48,7 @@
 // 09/05/02 Work range is widened by reduction strengthen (2 parts of Pi/16)
 // 02/10/03 Reordered header: .section, .global, .proc, .align
 // 02/11/04 cisf is moved to the separate file.
+// 03/31/05 Reformatted delimiters between data tables
 
 // API
 //==============================================================
index ab01f4f57073a307a493f57bec778c4f2dafe566..7eba39eb40b0058ba5e10b4840aa7ab34a48eb9d 100644 (file)
@@ -1,7 +1,7 @@
 .file "asinh.s"
 
 
-// Copyright (c) 2000 - 2003, 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/20/02 Cleaned up namespace and sf0 syntax
 // 02/06/03 Reordered header: .section, .global, .proc, .align
 // 05/21/03 Improved performance, fixed to handle unorms
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 // ==============================================================
index 721a38c10826ef45bb5d3272dd409eb0e638d666..1a2361130799d123147d92dbed412a999b1a1766 100644 (file)
@@ -1,7 +1,7 @@
 .file "atanl.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -51,6 +51,7 @@
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 02/10/03 Reordered header: .section, .global, .proc, .align;
 //          used data8 for long double table values
+// 03/31/05 Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
index bf8997b4f5d3e23337aebeeb32abcfdd5a3cf0c1..fc121fce19391d4e75306c78572adbd507e5d4c1 100644 (file)
@@ -1,7 +1,7 @@
 .file "sincos.s"
 
 
-// Copyright (c) 2000 - 2004, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -53,6 +53,7 @@
 // 02/10/03 Reordered header: .section, .global, .proc, .align
 // 08/08/03 Improved performance
 // 10/28/04 Saved sincos_r_sincos to avoid clobber by dynamic loader 
+// 03/31/05 Reformatted delimiters between data tables
 
 // API
 //==============================================================
@@ -300,7 +301,6 @@ data8 0xd4db3148750d181a , 0x00003ffe // cos( 3 pi/16)  C3
 data8 0xb504f333f9de6484 , 0x00003ffe // sin( 4 pi/16)  S4
 data8 0xb504f333f9de6484 , 0x00003ffe // cos( 4 pi/16)  C4
 //
-//
 data8 0xd4db3148750d181a , 0x00003ffe // sin( 5 pi/16)  C3
 data8 0x8e39d9cd73464364 , 0x00003ffe // cos( 5 pi/16)  S3
 //
@@ -313,7 +313,6 @@ data8 0xc7c5c1e34d3055b3 , 0x00003ffc // cos( 7 pi/16)  S1
 data8 0x8000000000000000 , 0x00003fff // sin( 8 pi/16)  C0
 data8 0x0000000000000000 , 0x00000000 // cos( 8 pi/16)  S0
 //
-//
 data8 0xfb14be7fbae58157 , 0x00003ffe // sin( 9 pi/16)  C1
 data8 0xc7c5c1e34d3055b3 , 0x0000bffc // cos( 9 pi/16)  -S1
 //
@@ -326,7 +325,6 @@ data8 0x8e39d9cd73464364 , 0x0000bffe // cos(11 pi/16)  -S3
 data8 0xb504f333f9de6484 , 0x00003ffe // sin(12 pi/16)  S4
 data8 0xb504f333f9de6484 , 0x0000bffe // cos(12 pi/16)  -S4
 //
-//
 data8 0x8e39d9cd73464364 , 0x00003ffe // sin(13 pi/16) S3
 data8 0xd4db3148750d181a , 0x0000bffe // cos(13 pi/16) -C3
 //
@@ -339,7 +337,6 @@ data8 0xfb14be7fbae58157 , 0x0000bffe // cos(15 pi/16) -C1
 data8 0x0000000000000000 , 0x00000000 // sin(16 pi/16) S0
 data8 0x8000000000000000 , 0x0000bfff // cos(16 pi/16) -C0
 //
-//
 data8 0xc7c5c1e34d3055b3 , 0x0000bffc // sin(17 pi/16) -S1
 data8 0xfb14be7fbae58157 , 0x0000bffe // cos(17 pi/16) -C1
 //
@@ -352,7 +349,6 @@ data8 0xd4db3148750d181a , 0x0000bffe // cos(19 pi/16) -C3
 data8 0xb504f333f9de6484 , 0x0000bffe // sin(20 pi/16) -S4
 data8 0xb504f333f9de6484 , 0x0000bffe // cos(20 pi/16) -S4
 //
-//
 data8 0xd4db3148750d181a , 0x0000bffe // sin(21 pi/16) -C3
 data8 0x8e39d9cd73464364 , 0x0000bffe // cos(21 pi/16) -S3
 //
@@ -365,7 +361,6 @@ data8 0xc7c5c1e34d3055b3 , 0x0000bffc // cos(23 pi/16) -S1
 data8 0x8000000000000000 , 0x0000bfff // sin(24 pi/16) -C0
 data8 0x0000000000000000 , 0x00000000 // cos(24 pi/16) S0
 //
-//
 data8 0xfb14be7fbae58157 , 0x0000bffe // sin(25 pi/16) -C1
 data8 0xc7c5c1e34d3055b3 , 0x00003ffc // cos(25 pi/16) S1
 //
@@ -378,7 +373,6 @@ data8 0x8e39d9cd73464364 , 0x00003ffe // cos(27 pi/16) S3
 data8 0xb504f333f9de6484 , 0x0000bffe // sin(28 pi/16) -S4
 data8 0xb504f333f9de6484 , 0x00003ffe // cos(28 pi/16) S4
 //
-//
 data8 0x8e39d9cd73464364 , 0x0000bffe // sin(29 pi/16) -S3
 data8 0xd4db3148750d181a , 0x00003ffe // cos(29 pi/16) C3
 //
index a588938eedc054505ac8e1744ed4972f7d194927..bcdf1b0c0207b0604ebf92bb1b8ea8af3a0ac983 100644 (file)
@@ -1,7 +1,7 @@
 .file "sincosf.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -51,6 +51,7 @@
 // 06/03/02 Insure inexact flag set for large arg result
 // 09/05/02 Single precision version is made using double precision one as base
 // 02/10/03 Reordered header: .section, .global, .proc, .align
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 3abcd3e1ab458df52a607c3e5cd2eab7462a83f5..7174a197fbb5bf4ce989a6af99bda249ed0abae6 100644 (file)
@@ -1,7 +1,7 @@
 .file "erf.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -42,6 +42,7 @@
 // 08/15/01 Initial version
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 02/06/03 Reordered header: .section, .global, .proc, .align
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 3b1b58380384213451edbcb2568a3e886ae9f4bb..addfef44c2ba20c217b13d1c8c84f3d15f6610d2 100644 (file)
@@ -1,7 +1,7 @@
 .file "erfc.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -42,6 +42,7 @@
 // 11/12/01  Initial version
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 02/06/03  Reordered header: .section, .global, .proc, .align
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index e09ce98ebd04595062f90666cfd09a44a6e6aaf6..2e3eeab3c75501a457cd1de25718ddeedb25318e 100644 (file)
@@ -1,7 +1,7 @@
 .file "erfcf.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -42,6 +42,7 @@
 // 01/17/02  Initial version
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 02/06/03  Reordered header: .section, .global, .proc, .align
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 11f66bcb8a9c5f63e8bd7d60e5a3c3036f05b79f..266e1e1c911a9670b26648bc30391dffcc4f3e9c 100644 (file)
@@ -1,7 +1,7 @@
 .file "erfcl.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -44,6 +44,7 @@
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 02/10/03  Reordered header: .section, .global, .proc, .align;
 //           used data8 for long double table values
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================
@@ -763,7 +764,7 @@ LOCAL_OBJECT_END(erfc_s_table)
 
 LOCAL_OBJECT_START(erfc_Q_table)
 // Q(z)= (P(z)- S)/S
-
+//
 // Pol0 
 data8 0x98325D50F9DC3499, 0x0000BFAA //A0 = +3.07358861423101280650e-26L
 data8 0xED35081A2494DDD9, 0x00003FF8 //A1 = +1.44779757616302832466e-02L
index 204446fbdfc5d343c42ca4068a4860fbe62662e7..ed0aaac4882021d95bca8608cde8be837487234d 100644 (file)
@@ -1,7 +1,7 @@
 .file "erff.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -42,6 +42,7 @@
 // 08/14/01 Initial version
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 02/06/03 Reordered header: .section, .global, .proc, .align
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 5d1fd8c5383be9ff6a16aabc8d71e5b596ab2f34..09a22bbbddf09cb3ddf6f0dd449d0d903aafac3f 100644 (file)
@@ -1,7 +1,7 @@
 .file "exp_m1.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 @@
 // 07/07/01 Improved speed of all paths
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 11/20/02 Improved speed, algorithm based on exp
+// 03/31/05 Reformatted delimiters between data tables
 
 // API
 //==============================================================
index 311be063434c79bf6e6331cb2effe45845250e5a..8996977ddb429ad099962e263c078e3d726a8faa 100644 (file)
@@ -1,7 +1,7 @@
 .file "expf_m1.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 @@
 // 07/07/01 Improved speed of all paths
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 11/20/02 Improved speed, algorithm based on expf
+// 03/31/05 Reformatted delimiters between data tables
 //
 //
 // API
index ccf0c310adcb1216f1a951b5cd69da27b5d63a60..e1e6dcc80bc92516d13c56fa04ced542b3e093e6 100644 (file)
@@ -1,7 +1,7 @@
 .file "log1p.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -48,6 +48,7 @@
 // 10/02/02 Improved performance by basing on log algorithm
 // 02/10/03 Reordered header: .section, .global, .proc, .align
 // 04/18/03 Eliminate possible WAW dependency warning
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
index 98e3f76f175f696ef1d5275f974c1b7618e60c8c..193d7568a51f767a43dbe39dd385302b0e8e27eb 100644 (file)
@@ -1,7 +1,7 @@
 .file "tancotf.s"
 
 
-// Copyright (c) 2000 - 2003, Intel Corporation
+// Copyright (c) 2000 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2000 by the Intel Numerics Group, Intel Corporation
@@ -47,6 +47,7 @@
 // 11/25/02 Added explicit completer on fnorm
 // 02/10/03 Reordered header: .section, .global, .proc, .align
 // 04/17/03 Eliminated redundant stop bits
+// 03/31/05 Reformatted delimiters between data tables
 //
 // APIs
 //==============================================================
index 5e0c407c782fb1d3e5f4df558a6cfd8cdeec9ed5..9adbc9c461b1726a6d48ecc15972c4621be52158 100644 (file)
@@ -1,7 +1,7 @@
 .file "tanh.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -45,6 +45,7 @@
 // 05/20/02  Cleaned up namespace and sf0 syntax
 // 08/14/02  Changed mli templates to mlx
 // 02/10/03  Reordered header: .section, .global, .proc, .align
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================================
@@ -364,7 +365,6 @@ data8 0xA23A087F96846951, 0x0000BFE0 //A6
 data8 0xF358D8A7FC012D5D, 0x00003FDE //A5
 data8 0x98176E2309B7C73A, 0x0000BFDD //A4
 //
-//
 // Coefficients ##16..19 ("tail" coefficient tables)
 // Polynomial coefficients for the tanh(x), 0.25 <= |x| < 0.5 
 data8 0x838F209ABB9BA7B3, 0x0000BFF7 //A3
@@ -427,7 +427,6 @@ data8 0xE42327B9B0D7202F, 0x0000BFD8 //A2
 data8 0xE42327BB13076BD6, 0x00003FD5 //A1
 data8 0xFFFFFFFFFFF8DEE7, 0x00003FFE //A0
 //
-//
 // Polynomial coefficients for the tanh(x), 0.0 <= |x| < 0.25 
 // ('tanh_near_zero' path)
 data8 0xBF2BA5D26E479D0C //A9
@@ -440,7 +439,6 @@ data8 0x3F6D6D36C3D5B7A1 //A6
 data8 0xBFABA1BA1BA19D32 //A3
 data8 0x3FC1111111111108 //A2
 //
-//
 // 1.0 - 2^(-63)
 // ('tanh_saturation' path)
 data8 0xFFFFFFFFFFFFFFFF, 0x00003FFE 
index 344ca4ec5a133e1432f05f4b9743cf966908b0db..e4e91cfe6397e401661b6f6e593a8b432b88b7a2 100644 (file)
@@ -1,7 +1,7 @@
 .file "tanhf.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -42,6 +42,7 @@
 // 05/30/01 Initial version
 // 05/20/02 Cleaned up namespace and sf0 syntax
 // 02/10/03 Reordered header: .section, .global, .proc, .align
+// 03/31/05 Reformatted delimiters between data tables
 //
 // API
 //==============================================================
@@ -224,7 +225,6 @@ data8 0xBFD555551E8245B7 // A0
 data8 0x3FC110E63F52E689 // A1
 data8 0xBFAB8CD6A5B7BAFA // A2
 data8 0x3F945D467FCEB553 // A3
-//
 // Polynomial coefficients for the tanh(x), 0.3125 <= |x| < 0.5
 data8 0xBE3DCC92FCAECBB6 // A0
 data8 0x3FF0000043B7D267 // A1
index e55e4e396b74e62524b9a4e11dd6f56deff421a7..24f3d11840f0d11a8c8b2f2d12612245625ea2a9 100644 (file)
@@ -1,7 +1,7 @@
 .file "tgamma.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -45,6 +45,7 @@
 // 02/10/03  Reordered header: .section, .global, .proc, .align
 // 04/04/03  Changed error codes for overflow and negative integers
 // 04/10/03  Changed code for overflow near zero handling
+// 03/31/05  Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
@@ -538,7 +539,6 @@ data8 0x8646E78AABEF0255,0x00003FFF // C20
 data8 0xA32AEDB62E304345,0x00003FFF // C30
 data8 0xCE83E40280EE7DF0,0x00003FFF // C40
 //
-//
 //[2; 3]
 data8 0xC44FB47E90584083,0x00004001 // C50
 data8 0xE863EE77E1C45981,0x00004001 // C60
index 64421ab4eebe09c4d346e4f5dcc16537053ca7c4..dda0d0fe9d90a10f35b101b625841acca38cf36c 100644 (file)
@@ -1,7 +1,7 @@
 .file "tgammaf.s"
 
 
-// Copyright (c) 2001 - 2003, Intel Corporation
+// Copyright (c) 2001 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2001 by the Intel Numerics Group, Intel Corporation
@@ -46,6 +46,7 @@
 // 04/04/03  Changed error codes for overflow and negative integers
 // 04/10/03  Changed code for overflow near zero handling
 // 12/16/03  Fixed parameter passing to/from error handling routine
+// 03/31/05  Reformatted delimiters between data tables
 //
 //*********************************************************************
 //
index d801ba08866b27d3a6e19e04df55db7608cdfd2e..f64e21326690eb85dd36d8a0662bd888c1c39860 100644 (file)
@@ -1,7 +1,7 @@
 .file "tgammal.s"
 
 
-// Copyright (c) 2002 - 2003, Intel Corporation
+// Copyright (c) 2002 - 2005, Intel Corporation
 // All rights reserved.
 //
 // Contributed 2002 by the Intel Numerics Group, Intel Corporation
@@ -45,6 +45,7 @@
 //           used data8 for long double table values
 // 03/17/03  Moved tgammal_libm_err label into .proc region
 // 04/10/03  Changed error codes for overflow and negative integers
+// 03/31/05  Reformatted delimiters between data tables
 //
 // API
 //==============================================================