Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 21:23:37 -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 math_private.h s_copysignf.c
Message-ID:  <200307230423.h6N4Nbk1053816@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile 
    lib/msun/src         math_private.h s_copysignf.c 
  Log:
  Now that we do not need to do runtime detection for the broken default
  fp emulator, stop doing the runtime selection of hardware or emulated
  floating point operations on i386.  Note that I have not suppressed the
  duplicate compiles yet.
  
  While here, fix the alpha.  It has provided specific copysign/copysignf
  functions since the beginning of time, but they have never been used.
  
  Revision  Changes    Path
  1.31      +7 -4      src/lib/msun/Makefile
  1.14      +13 -1     src/lib/msun/src/math_private.h
  1.8       +1 -1      src/lib/msun/src/s_copysignf.c



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