cvs commit: src/lib/msun/src s_csqrt.c s_csqrtf.c s_csqrtl.c

David Schultz das at FreeBSD.org
Fri Aug 8 00:15:38 UTC 2008


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


More information about the cvs-all mailing list