cvs commit: src/lib/msun/src math.h

David Schultz das at FreeBSD.org
Thu Jul 15 23:21:56 PDT 2004


das         2004-07-16 06:21:56 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         math.h 
  Log:
  Tweak the conditions under which certain gcc builtins are used:
  
  - Unlike the builtin relational operators, builtin floating-point
    constants were not available until gcc 3.3, so account for this.[1]
  
  - Apparently some versions of the Intel C Compiler fallaciously define
    __GNUC__ without actually being compatible with the claimed gcc
    version.  Account for this, too.[2]
  
  [1] Noticed by:         Christian Hiris <4711 at chello.at>
  [2] Submitted by:       Alexander Leidinger <Alexander at Leidinger.net>
  
  Revision  Changes    Path
  1.41      +2 -2      src/lib/msun/src/math.h


More information about the cvs-src mailing list