cvs commit: src/lib/msun Makefile src/lib/msun/src math_private.h s_copysignf.c

Peter Wemm peter at FreeBSD.org
Tue Jul 22 21:23:38 PDT 2003


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


More information about the cvs-all mailing list