Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 1997 08:29:46 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/msun/src e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c e_hypot.c e_hypotf.c e_pow.c e_powf.c s_asinh.c s_asinhf.c
Message-ID:  <199703091629.IAA28435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/03/09 08:29:44

  Modified:    lib/msun/src  e_acos.c e_acosf.c e_acosh.c e_acoshf.c
                        e_asin.c e_asinf.c  e_hypot.c e_hypotf.c e_pow.c
                        e_powf.c s_asinh.c s_asinhf.c
  Log:
  Use __ieee754_sqrt() instead of sqrt() internally.  Similarly for the
  float versions.  Using sqrt() was inefficient.
  
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.6       +4 -4      src/lib/msun/src/e_acos.c
  1.5       +3 -3      src/lib/msun/src/e_acosf.c
  1.5       +3 -3      src/lib/msun/src/e_acosh.c
  1.5       +3 -3      src/lib/msun/src/e_acoshf.c
  1.7       +2 -2      src/lib/msun/src/e_asin.c
  1.6       +2 -2      src/lib/msun/src/e_asinf.c
  1.5       +3 -3      src/lib/msun/src/e_hypot.c
  1.6       +3 -3      src/lib/msun/src/e_hypotf.c
  1.5       +2 -2      src/lib/msun/src/e_pow.c
  1.5       +2 -2      src/lib/msun/src/e_powf.c
  1.5       +3 -3      src/lib/msun/src/s_asinh.c
  1.5       +3 -3      src/lib/msun/src/s_asinhf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703091629.IAA28435>