Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2008 00:15:16 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun/src s_csqrt.c s_csqrtf.c s_csqrtl.c
Message-ID:  <200808080015.m780FbHw046098@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2008-08-08 00:15:16 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_csqrt.c s_csqrtf.c s_csqrtl.c 
  Log:
  SVN rev 181402 on 2008-08-08 00:15:16Z by das
  
  In the line
     #pragma STDC CX_LIMITED_RANGE   ON
  the "ON" needs to be in caps. gcc doesn't understand this pragma
  anyway and assumes it is always on in any case, but icc supports
  it and cares about the case.
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/msun/src/s_csqrt.c
  1.3       +1 -1      src/lib/msun/src/s_csqrtf.c
  1.2       +1 -1      src/lib/msun/src/s_csqrtl.c



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