Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 21:53:47 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun Makefile src/lib/msun/src e_acos.c e_asin.c e_atan2.c e_exp.c e_fmod.c e_log.c e_log10.c e_remainder.c e_scalb.c e_sqrt.c math_private.h s_atan.c s_ceil.c...
Message-ID:  <200307230453.h6N4rl2h055101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/07/22 21:53:47 PDT

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile 
    lib/msun/src         e_acos.c e_asin.c e_atan2.c e_exp.c 
                         e_fmod.c e_log.c e_log10.c e_remainder.c 
                         e_scalb.c e_sqrt.c math_private.h 
                         s_atan.c s_ceil.c s_copysign.c 
                         s_copysignf.c s_cos.c s_finite.c 
                         s_floor.c s_ilogb.c s_logb.c s_rint.c 
                         s_scalbn.c s_significand.c s_sin.c 
                         s_tan.c 
  Log:
  Only provide one copy of the math functions.  If we provide a MD function,
  do not also provide a __generic_XXX version as well.  This is how we
  used to runtime select the generic vs i387 versions on the i386 platform.
  
  This saves a pile of #defines in the src/math_private.h file to undo the
  __generic_XXX renames in some of the *.c files.
  
  Revision  Changes    Path
  1.33      +7 -15     src/lib/msun/Makefile
  1.9       +1 -1      src/lib/msun/src/e_acos.c
  1.10      +1 -1      src/lib/msun/src/e_asin.c
  1.9       +1 -1      src/lib/msun/src/e_atan2.c
  1.9       +1 -1      src/lib/msun/src/e_exp.c
  1.8       +1 -1      src/lib/msun/src/e_fmod.c
  1.9       +1 -1      src/lib/msun/src/e_log.c
  1.10      +1 -1      src/lib/msun/src/e_log10.c
  1.9       +1 -1      src/lib/msun/src/e_remainder.c
  1.9       +2 -2      src/lib/msun/src/e_scalb.c
  1.9       +1 -1      src/lib/msun/src/e_sqrt.c
  1.15      +0 -40     src/lib/msun/src/math_private.h
  1.9       +1 -1      src/lib/msun/src/s_atan.c
  1.9       +1 -1      src/lib/msun/src/s_ceil.c
  1.9       +1 -1      src/lib/msun/src/s_copysign.c
  1.9       +1 -1      src/lib/msun/src/s_copysignf.c
  1.9       +1 -1      src/lib/msun/src/s_cos.c
  1.8       +1 -1      src/lib/msun/src/s_finite.c
  1.9       +1 -1      src/lib/msun/src/s_floor.c
  1.8       +1 -1      src/lib/msun/src/s_ilogb.c
  1.9       +1 -1      src/lib/msun/src/s_logb.c
  1.10      +1 -1      src/lib/msun/src/s_rint.c
  1.9       +1 -1      src/lib/msun/src/s_scalbn.c
  1.9       +1 -1      src/lib/msun/src/s_significand.c
  1.9       +1 -1      src/lib/msun/src/s_sin.c
  1.9       +1 -1      src/lib/msun/src/s_tan.c



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