Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2010 20:08:54 +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:  <201004112009.o3BK9Ee0093627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-04-11 20:08:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/softfloat   softfloat-specialize 
  Log:
  SVN rev 206490 on 2010-04-11 20:08:54Z by marius
  
  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.2       +3 -0      src/lib/libc/softfloat/softfloat-specialize



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