Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2008 20:02:55 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun/src k_rem_pio2.c k_rem_pio2f.c
Message-ID:  <200801192002.m0JK2tK2078812@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2008-01-19 20:02:55 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         k_rem_pio2.c k_rem_pio2f.c 
  Log:
  Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f()
  instead of a volatile cast hack for the float version only.  The cast
  hack broke with gcc-4, but this was harmless since the float version
  hasn't been used for a few years.  Merge from the float version so
  that the double version has a chance of working on i386 with extra
  precision.
  
  See k_rem_pio2f.c rev.1.8 for the original hack.
  
  Convert to _FBSDID().
  
  Revision  Changes    Path
  1.8       +5 -3      src/lib/msun/src/k_rem_pio2.c
  1.9       +5 -4      src/lib/msun/src/k_rem_pio2f.c



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