Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 16:52:24 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/softfloat softfloat-specialize
Message-ID:  <201005021652.o42GqoUC047224@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-05-02 16:52:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/softfloat   softfloat-specialize 
  Log:
  SVN rev 207527 on 2010-05-02 16:52:24Z by marius
  
  MFC: r206490, r206492
  
  While SPARC V9 allows tininess to be detected either before or after
  rounding (impl. dep. #55), the SPARC JPS1 responsible for SPARC64 and
  UltraSPARC processors defines that in all cases tininess is detected
  before rounding therefore rounding up to the smallest normalized number
  should set the underflow flag. This change is needed for using SoftFloat
  on sparc64 for reference purposes.
  
  PR:             144900
  Submitted by:   Peter Jeremy
  
  Revision  Changes    Path
  1.1.10.1  +4 -0      src/lib/libc/softfloat/softfloat-specialize



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