Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2005 04:55:40 +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/libc/ia64 _fpmath.h
Message-ID:  <200503070455.j274te7H053177@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2005-03-07 04:55:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/ia64        _fpmath.h 
  Log:
  - Define LDBL_NBIT to be a mask indicating the position of the integer
    bit in a long double.  For architectures that don't have such a bit,
    LDBL_NBIT is 0.  This makes it possible to say `mantissa & ~LDBL_NBIT'
    in places that previously used an #ifdef to select the right expression.
    The optimizer should dispense with the extra arithmetic when LDBL_NBIT
    is 0 anyway.
  - Add an XXX comment for the big endian case.
  
  Revision  Changes    Path
  1.6       +10 -2     src/lib/libc/ia64/_fpmath.h



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